Versions Compared

Key

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

...

OperatorDescription
inReturn true if the prefix is the subnet of the provided network. If operator is used to match prefixes from the address list (e.g "dst in list_name"), then it will match only exact prefix.
!=Return true if the prefix is not equal to the provided value
==Return true if the prefix is equal to the provided value

...