diff options
author | Daniil Baturin <daniil@vyos.io> | 2024-08-16 07:03:04 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-16 07:03:04 +0100 |
commit | 9e740c4339d215ff7332d22d12d40f4acd75d4c8 (patch) | |
tree | b6840aa64850b1f0c9aaa30799d77250b3c9474a /interface-definitions/include/accel-ppp/vlan-mon.xml.i | |
parent | cb1eec686cfe7b64142980963d44ae47a4eb66cc (diff) | |
parent | 663e468de2b431f771534b4e3a2d00a5924b98fe (diff) | |
download | vyos-1x-9e740c4339d215ff7332d22d12d40f4acd75d4c8.tar.gz vyos-1x-9e740c4339d215ff7332d22d12d40f4acd75d4c8.zip |
Merge pull request #3987 from natali-rs1985/T6649-current
ipoe_server: T6649: Accel-ppp separate vlan-mon from listen interfaces
Diffstat (limited to 'interface-definitions/include/accel-ppp/vlan-mon.xml.i')
-rw-r--r-- | interface-definitions/include/accel-ppp/vlan-mon.xml.i | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/interface-definitions/include/accel-ppp/vlan-mon.xml.i b/interface-definitions/include/accel-ppp/vlan-mon.xml.i new file mode 100644 index 000000000..d5bacb0d1 --- /dev/null +++ b/interface-definitions/include/accel-ppp/vlan-mon.xml.i @@ -0,0 +1,8 @@ +<!-- include start from accel-ppp/vlan-mon.xml.i --> +<leafNode name="vlan-mon"> + <properties> + <help>Automatically create VLAN interfaces</help> + <valueless/> + </properties> +</leafNode> +<!-- include end --> |