summaryrefslogtreecommitdiff
path: root/interface-definitions/interfaces-bonding.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-bonding.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-bonding.xml.in')
-rw-r--r--interface-definitions/interfaces-bonding.xml.in6
1 files changed, 3 insertions, 3 deletions
diff --git a/interface-definitions/interfaces-bonding.xml.in b/interface-definitions/interfaces-bonding.xml.in
index 2f32c7263..f24577100 100644
--- a/interface-definitions/interfaces-bonding.xml.in
+++ b/interface-definitions/interfaces-bonding.xml.in
@@ -16,7 +16,7 @@
</valueHelp>
</properties>
<children>
- #include "include/address-ipv4-ipv6-dhcp.xml.i"
+ #include <include/address-ipv4-ipv6-dhcp.xml.i>
<node name="arp-monitor">
<properties>
<help>ARP link monitoring parameters</help>
@@ -254,8 +254,8 @@
</completionHelp>
</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>