diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-08-17 09:58:31 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-08-17 09:58:31 +0200 |
commit | 0b1d6211a00e0267ace50d564c00643100d2b478 (patch) | |
tree | ce4adea69133ce2728703d964b8b024e432cb63a /interface-definitions | |
parent | 7c9525563cc11bdfb3565230b662f0570ee563ad (diff) | |
download | vyos-1x-0b1d6211a00e0267ace50d564c00643100d2b478.tar.gz vyos-1x-0b1d6211a00e0267ace50d564c00643100d2b478.zip |
xml: bcast-relay: use port-number building block
Diffstat (limited to 'interface-definitions')
-rw-r--r-- | interface-definitions/bcast-relay.xml.in | 13 |
1 files changed, 1 insertions, 12 deletions
diff --git a/interface-definitions/bcast-relay.xml.in b/interface-definitions/bcast-relay.xml.in index 1b354d885..c7948ded1 100644 --- a/interface-definitions/bcast-relay.xml.in +++ b/interface-definitions/bcast-relay.xml.in @@ -49,18 +49,7 @@ <multi/> </properties> </leafNode> - <leafNode name="port"> - <properties> - <help>Destination or source port to listen and retransmit on [REQUIRED]</help> - <valueHelp> - <format>u32:1-65535</format> - <description>UDP port to listen on</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-65535"/> - </constraint> - </properties> - </leafNode> + #include <include/port-number.xml.i> </children> </tagNode> </children> |