summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-ethernet.xml.in
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-12-03 22:40:11 +0100
committerChristian Poessinger <christian@poessinger.com>2019-12-06 20:58:56 +0100
commit48d44c5471e991f07aa97e726e251efd91e03b72 (patch)
treedc71fed54fb25fb5d2f486bed29bee9f229cccec /interface-definitions/interfaces-ethernet.xml.in
parent6f42d44586fbed3f5addfe81fa5d6b4ab40f2dbf (diff)
downloadvyos-1x-48d44c5471e991f07aa97e726e251efd91e03b72.tar.gz
vyos-1x-48d44c5471e991f07aa97e726e251efd91e03b72.zip
T1843: recursively include IP address definitions in VIF/VIF-S definitions
Diffstat (limited to 'interface-definitions/interfaces-ethernet.xml.in')
-rw-r--r--interface-definitions/interfaces-ethernet.xml.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/interfaces-ethernet.xml.in b/interface-definitions/interfaces-ethernet.xml.in
index fee17840c..6bf72defa 100644
--- a/interface-definitions/interfaces-ethernet.xml.in
+++ b/interface-definitions/interfaces-ethernet.xml.in
@@ -20,7 +20,7 @@
</valueHelp>
</properties>
<children>
- #include "include/address-ipv4-ipv6-dhcp.xml.i"
+ #include <include/address-ipv4-ipv6-dhcp.xml.i>
<leafNode name="description">
<properties>
<help>Interface description</help>
@@ -368,8 +368,8 @@
<constraintErrorMessage>Speed must be auto, 10, 100, 1000, 2500, 5000, 10000, 25000, 40000, 50000 or 100000</constraintErrorMessage>
</properties>
</leafNode>
- #include "include/vif-s.xml.i"
- #include "include/vif.xml.i"
+ #include <include/vif-s.xml.i>
+ #include <include/vif.xml.i>
</children>
</tagNode>
</children>