From 6c51461bfe1e29ecc6ea84288d080330f974111d Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 3 Dec 2019 23:06:48 +0100 Subject: T1843: use include files for DHCP/DHCPv6 options As 219779b ("T1843: run interface-definitions though GCC preprocessor") implemented the foundation of using the GCC preprocessor to make our XML definitions more lightweight this commit transforms the configuration of DHCP/ DHCPv6 configuration options to this new style. It implementes it for the following interface types: * bonding * bridge * ethernet * wireless * vif/vif-s interfaces --- .../include/dhcp-dhcpv6-options.xml.i | 42 ++++++++++++++++++++++ 1 file changed, 42 insertions(+) create mode 100644 interface-definitions/include/dhcp-dhcpv6-options.xml.i (limited to 'interface-definitions/include/dhcp-dhcpv6-options.xml.i') diff --git a/interface-definitions/include/dhcp-dhcpv6-options.xml.i b/interface-definitions/include/dhcp-dhcpv6-options.xml.i new file mode 100644 index 000000000..104b1fbe0 --- /dev/null +++ b/interface-definitions/include/dhcp-dhcpv6-options.xml.i @@ -0,0 +1,42 @@ + + + DHCP options + + + + + DHCP client identifier + + + + + DHCP client host name (overrides system host name) + + + + + DHCP client vendor type + + + + + + + DHCPv6 options + 319 + + + + + Acquire only config parameters, no address + + + + + + IPv6 "temporary" address + + + + + -- cgit v1.2.3