Skip to main content
Version: current

list


interface/list

Type: Directory

Interface lists allow defining a set of interfaces for easier interface management in different interface-based configuration sections such as Neighbour Discovery, Firewall, Bridge, and Internet Detect.

There are four predefined lists: all (contains all interfaces), none (contains no interfaces), dynamic (contains dynamic interfaces), and static (contains static interfaces). You can also create additional interface lists.

info

Dynamic interfaces are interfaces that have a "dynamic" flag. Any interface that does not have a dynamic flag will be part of the static interface list.

Members are added to an interface list in the following order:

  1. Include members are added to the interface list.
  2. Exclude members are removed from the list.
  3. Statically configured members are added to the list.
FlagNameDescription
*builtinBuilt-in system list.
DdynamicDynamically created list.
ArgumentTypeDescription
name ( mandatory )stringName of the interface list. Predefined lists include "all", "none", "dynamic", and "static".
includemulti { include-list: enum }Interface list whose members are included in this list. Multiple lists can be specified, separated by commas.
excludemulti { exclude-list: enum }Interface list whose members are excluded from this list. Multiple lists can be specified, separated by commas.
Read-only ArgumentTypeDescription
dynamicboolWhether the interface list was created dynamically.