diff options
author | Christian Poessinger <christian@poessinger.com> | 2021-06-13 20:45:47 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2021-06-13 20:45:47 +0200 |
commit | 42ef048aefaa0d6b4848f7646c2400741c88df66 (patch) | |
tree | 13b243c2fac6c5a697ec45ac761e7b2c65dffc56 /interface-definitions/interfaces-ethernet.xml.in | |
parent | 1a79ff11798a0fc790034bf6efd799491247c594 (diff) | |
download | vyos-1x-42ef048aefaa0d6b4848f7646c2400741c88df66.tar.gz vyos-1x-42ef048aefaa0d6b4848f7646c2400741c88df66.zip |
xml: move dhcp(v6)-options.xml.i under interface include subfolder
Diffstat (limited to 'interface-definitions/interfaces-ethernet.xml.in')
-rw-r--r-- | interface-definitions/interfaces-ethernet.xml.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/interface-definitions/interfaces-ethernet.xml.in b/interface-definitions/interfaces-ethernet.xml.in index b13072404..fe5f92da0 100644 --- a/interface-definitions/interfaces-ethernet.xml.in +++ b/interface-definitions/interfaces-ethernet.xml.in @@ -18,8 +18,8 @@ <children> #include <include/interface/address-ipv4-ipv6-dhcp.xml.i> #include <include/interface/interface-description.xml.i> - #include <include/dhcp-options.xml.i> - #include <include/dhcpv6-options.xml.i> + #include <include/interface/dhcp-options.xml.i> + #include <include/interface/dhcpv6-options.xml.i> <leafNode name="disable-flow-control"> <properties> <help>Disable Ethernet flow control (pause frames)</help> |