diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-17 09:58:13 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-17 09:58:13 +0200 |
commit | 7c9525563cc11bdfb3565230b662f0570ee563ad (patch) | |
tree | 09711def31c89ecae7fd382284a1892d364afa6d | |
parent | 61170a4e644e04eb60f404c34abd1171736601e1 (diff) | |
download | vyos-1x-7c9525563cc11bdfb3565230b662f0570ee563ad.tar.gz vyos-1x-7c9525563cc11bdfb3565230b662f0570ee563ad.zip |
xml: vxlan: use port-number building block
-rw-r--r-- | interface-definitions/interfaces-vxlan.xml.in | 11 |
1 files changed, 1 insertions, 10 deletions
diff --git a/interface-definitions/interfaces-vxlan.xml.in b/interface-definitions/interfaces-vxlan.xml.in index 56d01dfb6..1714f1976 100644 --- a/interface-definitions/interfaces-vxlan.xml.in +++ b/interface-definitions/interfaces-vxlan.xml.in @@ -76,17 +76,8 @@ </leafNode> </children> </node> + #include <include/port-number.xml.i> <leafNode name="port"> - <properties> - <help>Destination port of VXLAN tunnel (default: 8472)</help> - <valueHelp> - <format>u32:1-65535</format> - <description>Numeric IP port</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-65535"/> - </constraint> - </properties> <defaultValue>8472</defaultValue> </leafNode> #include <include/source-address-ipv4-ipv6.xml.i> |