diff options
author | Christian Poessinger <christian@poessinger.com> | 2018-11-02 16:14:22 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2018-11-02 16:14:22 +0100 |
commit | c4c183a16fe2ddc612ed947fc5513c87f30c7c27 (patch) | |
tree | 06ea4c7101f70bc6e5aa9e2852d349abdf6120fb /interface-definitions/dhcp-relay.xml | |
parent | 8caefb64553d6158b259b9713931c457e64625d1 (diff) | |
download | vyos-1x-c4c183a16fe2ddc612ed947fc5513c87f30c7c27.tar.gz vyos-1x-c4c183a16fe2ddc612ed947fc5513c87f30c7c27.zip |
T939: Remove possibility to specify DHCP relay port
Diffstat (limited to 'interface-definitions/dhcp-relay.xml')
-rw-r--r-- | interface-definitions/dhcp-relay.xml | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/interface-definitions/dhcp-relay.xml b/interface-definitions/dhcp-relay.xml index c918d25a3..f4cb36eea 100644 --- a/interface-definitions/dhcp-relay.xml +++ b/interface-definitions/dhcp-relay.xml @@ -49,19 +49,6 @@ <constraintErrorMessage>max-size must be a value between 64 and 1400</constraintErrorMessage> </properties> </leafNode> - <leafNode name="port"> - <properties> - <help>Port number to listen 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="relay-agents-packets"> <properties> <help>Policy to handle incoming DHCPv4 packets which already contain relay agent options (default: forward)</help> |