diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-09-03 13:52:33 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-09-04 11:25:31 +0200 |
commit | 6205c4d6701bda5f8a859291a5e152e009252301 (patch) | |
tree | 784d6081b07b383c75c691152afb4da1a36ec9df /Makefile | |
parent | 35dcd0a1cb5d9a63dbebcb299eb9425b57258537 (diff) | |
download | vyos-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-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |