summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2019-09-03 13:52:33 +0200
committerChristian Poessinger <christian@poessinger.com>2019-09-04 11:25:31 +0200
commit6205c4d6701bda5f8a859291a5e152e009252301 (patch)
tree784d6081b07b383c75c691152afb4da1a36ec9df /Makefile
parent35dcd0a1cb5d9a63dbebcb299eb9425b57258537 (diff)
downloadvyos-1x-6205c4d6701bda5f8a859291a5e152e009252301.tar.gz
vyos-1x-6205c4d6701bda5f8a859291a5e152e009252301.zip
bonding: T1614: Initial version in new style XML/Python interface
The node 'interfaces ethernet eth0 bond-group' has been changed and de-nested. Bond members are now configured in the bond interface itself. set interfaces bonding bond0 member interface eth0
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 186e63678..03b4712fc 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,7 @@ interface_definitions:
rm -f $(TMPL_DIR)/firewall/node.def
rm -f $(TMPL_DIR)/interfaces/node.def
rm -f $(TMPL_DIR)/interfaces/bridge/node.tag/ip/node.def
+ rm -f $(TMPL_DIR)/interfaces/bonding/node.tag/ip/node.def
rm -f $(TMPL_DIR)/protocols/node.def
rm -f $(TMPL_DIR)/protocols/static/node.def
rm -f $(TMPL_DIR)/system/node.def