Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagetext
interface Ethernet1
 ip address 10.0.0.1/24

 

The table below shows the evaluation result for each match mode using the example source and condition input:

Match mode

Condition Status

Explanation

Loose

Successful

Both lines exist in the source.

Sequential

Successful

The lines appear in the correct order.

Strict

Failed

The description Uplink line appears between them.

...