diff options
author | Christian Breunig <christian@breunig.cc> | 2023-11-06 21:23:20 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-06 21:23:20 +0100 |
commit | 8f59318c38667cc55846598b2f062f250b5d36eb (patch) | |
tree | c03840ce19260e5c7678180d8b4f32707659e2f0 /interface-definitions/interfaces-l2tpv3.xml.in | |
parent | c7042bd0af8bb6d96a2defb01017cfb8d4c1cb7d (diff) | |
parent | b6917f386e5f6af570973d42e63baeb4a98d6261 (diff) | |
download | vyos-1x-8f59318c38667cc55846598b2f062f250b5d36eb.tar.gz vyos-1x-8f59318c38667cc55846598b2f062f250b5d36eb.zip |
Merge pull request #2348 from c-po/t4269-cli-defaults-backport
scripts: T4269: node.def generator should automatically add default values (backport)
Diffstat (limited to 'interface-definitions/interfaces-l2tpv3.xml.in')
-rw-r--r-- | interface-definitions/interfaces-l2tpv3.xml.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/interfaces-l2tpv3.xml.in b/interface-definitions/interfaces-l2tpv3.xml.in index 1cd30b86e..881cfbde7 100644 --- a/interface-definitions/interfaces-l2tpv3.xml.in +++ b/interface-definitions/interfaces-l2tpv3.xml.in @@ -20,7 +20,7 @@ #include <include/interface/description.xml.i> <leafNode name="destination-port"> <properties> - <help>UDP destination port for L2TPv3 tunnel (default: 5000)</help> + <help>UDP destination port for L2TPv3 tunnel</help> <valueHelp> <format>u32:1-65535</format> <description>Numeric IP port</description> @@ -34,7 +34,7 @@ #include <include/interface/disable.xml.i> <leafNode name="encapsulation"> <properties> - <help>Encapsulation type (default: UDP)</help> + <help>Encapsulation type</help> <completionHelp> <list>udp ip</list> </completionHelp> @@ -99,7 +99,7 @@ </leafNode> <leafNode name="source-port"> <properties> - <help>UDP source port for L2TPv3 tunnel (default: 5000)</help> + <help>UDP source port for L2TPv3 tunnel</help> <valueHelp> <format>u32:1-65535</format> <description>Numeric IP port</description> |