diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-05-17 16:21:30 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-05-17 16:21:30 +0200 |
commit | 843c789a0e92c10965440162f4c2af774e61d32e (patch) | |
tree | 69cc7fa42f1c96a0c68aa07eee8ba000b7e3eacd /interface-definitions/include/vif-s.xml.i | |
parent | 2411cf35b3cf8a4b11a714ff426e98bc1872e3c3 (diff) | |
download | vyos-1x-843c789a0e92c10965440162f4c2af774e61d32e.tar.gz vyos-1x-843c789a0e92c10965440162f4c2af774e61d32e.zip |
xml: split dhcp, dhcpv6 to individual files
Diffstat (limited to 'interface-definitions/include/vif-s.xml.i')
-rw-r--r-- | interface-definitions/include/vif-s.xml.i | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/interface-definitions/include/vif-s.xml.i b/interface-definitions/include/vif-s.xml.i index ab2dcd955..a6d7c81ce 100644 --- a/interface-definitions/include/vif-s.xml.i +++ b/interface-definitions/include/vif-s.xml.i @@ -9,7 +9,8 @@ <children> #include <include/address-ipv4-ipv6-dhcp.xml.i> #include <include/interface-description.xml.i> - #include <include/dhcp-dhcpv6-options.xml.i> + #include <include/dhcp-options.xml.i> + #include <include/dhcpv6-options.xml.i> #include <include/interface-disable-link-detect.xml.i> #include <include/interface-disable.xml.i> <leafNode name="ethertype"> @@ -53,7 +54,8 @@ <children> #include <include/address-ipv4-ipv6-dhcp.xml.i> #include <include/interface-description.xml.i> - #include <include/dhcp-dhcpv6-options.xml.i> + #include <include/dhcp-options.xml.i> + #include <include/dhcpv6-options.xml.i> #include <include/interface-disable-link-detect.xml.i> #include <include/interface-disable.xml.i> #include <include/interface-mac.xml.i> |