diff options
author | Christian Breunig <christian@breunig.cc> | 2024-08-17 08:59:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-08-17 08:59:49 +0200 |
commit | c6dee2f3dba77bdbfb7d54f9c01f425c5f3c9176 (patch) | |
tree | dc655811096a43eb333de14473f96fa89e4a6487 /interface-definitions/include/accel-ppp/vlan-mon.xml.i | |
parent | a43b5c7d1ca00fe67af08ae576889e657ac9b7b0 (diff) | |
parent | 3bb5d5df1e38a6d995395b6e69ad142e6445b09d (diff) | |
download | vyos-1x-c6dee2f3dba77bdbfb7d54f9c01f425c5f3c9176.tar.gz vyos-1x-c6dee2f3dba77bdbfb7d54f9c01f425c5f3c9176.zip |
Merge pull request #3995 from vyos/mergify/bp/circinus/pr-3987
ipoe_server: T6649: Accel-ppp separate vlan-mon from listen interfaces (backport #3987)
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 --> |