From ddab02cbd638f0fb5db3003284e360b5b1603007 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Wed, 17 Oct 2018 21:09:42 +0200 Subject: T913: DHCP relay service XML/Python rewrite for IPv6 --- interface-definitions/dhcpv6-relay.xml | 92 ++++++++++++++++++++++++++++++++++ 1 file changed, 92 insertions(+) create mode 100644 interface-definitions/dhcpv6-relay.xml (limited to 'interface-definitions') diff --git a/interface-definitions/dhcpv6-relay.xml b/interface-definitions/dhcpv6-relay.xml new file mode 100644 index 000000000..d6e6daf51 --- /dev/null +++ b/interface-definitions/dhcpv6-relay.xml @@ -0,0 +1,92 @@ + + + + + + + + DHCPv6 Relay Agent parameters + 900 + + + + + Interface for DHCPv6 Relay Agent to listen for requests + + + + + + + + IPv6 address on listen-interface listen for requests on + + ipv6 + IPv6 address on listen interface + + + + + + + + + + + UDP port to listen for requests on + + 1-65535 + Port to listen on + + + + + port must be a value between 1 and 65535 + + + + + Maximum hop count for which requests will be processed + + 1-255 + Hop count (default: 10) + + + + + max-hop-count must be a value between 1 and 255 + + + + + Interface for DHCPv6 Relay Agent forward requests out + + + + + + + + IPv6 address to forward requests to + + ipv6 + IPv6 address of the DHCP server + + + + + + + + + + + Option to set DHCPv6 interface-ID option + + + + + + + + -- cgit v1.2.3