diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-11-05 01:10:36 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-11-05 01:10:36 +0100 |
commit | 7713fb958f606672804789ff431aa1f691ef4a46 (patch) | |
tree | c19972185118dfa2c8d2f76974a86e1d44feb7d5 /interface-definitions/dhcpv6-relay.xml | |
parent | af3a5142dce9fb3d6f3fecdbccfd1cae23b31c62 (diff) | |
parent | d6c39f624a2ced96015d1e915d90e80acda3babb (diff) | |
download | vyos-1x-7713fb958f606672804789ff431aa1f691ef4a46.tar.gz vyos-1x-7713fb958f606672804789ff431aa1f691ef4a46.zip |
Merge branch 'current' of https://github.com/vyos/vyos-1x into current
Diffstat (limited to 'interface-definitions/dhcpv6-relay.xml')
-rw-r--r-- | interface-definitions/dhcpv6-relay.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/interface-definitions/dhcpv6-relay.xml b/interface-definitions/dhcpv6-relay.xml index d6e6daf51..15c76a098 100644 --- a/interface-definitions/dhcpv6-relay.xml +++ b/interface-definitions/dhcpv6-relay.xml @@ -31,19 +31,6 @@ </leafNode> </children> </tagNode> - <leafNode name="listen-port"> - <properties> - <help>UDP port to listen for requests on</help> - <valueHelp> - <format>1-65535</format> - <description>Port to listen on</description> - </valueHelp> - <constraint> - <validator name="numeric" argument="--range 1-65535"/> - </constraint> - <constraintErrorMessage>port must be a value between 1 and 65535</constraintErrorMessage> - </properties> - </leafNode> <leafNode name="max-hop-count"> <properties> <help>Maximum hop count for which requests will be processed</help> |