summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorViacheslav Hletenko <v.gletenko@vyos.io>2022-07-08 12:42:26 +0000
committerViacheslav Hletenko <v.gletenko@vyos.io>2022-07-08 13:15:34 +0000
commitb3eca8c14e77eabee5afe04a49dee0208bc715ee (patch)
tree24cd881d1f71ad55af531440a101a384516cf0a4 /Makefile
parent44b1bdd3273dce4e74a5474c401ac7107950635b (diff)
downloadvyos-1x-b3eca8c14e77eabee5afe04a49dee0208bc715ee.tar.gz
vyos-1x-b3eca8c14e77eabee5afe04a49dee0208bc715ee.zip
lb-wan: T4518: Add XML for conf mode load-balancing wan
Add XML for configuration mode "load-balancing wan" for the future rewriting this to Python Remove node from Makefile as Python code is not yet completed
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e01108c0..56d446a27 100644
--- a/Makefile
+++ b/Makefile
@@ -42,6 +42,9 @@ interface_definitions: $(config_xml_obj)
# T2773 - EIGRP support for VRF
rm -rf $(TMPL_DIR)/vrf/name/node.tag/protocols/eigrp
+ # T4518, T4470 Load-balancing wan
+ rm -rf $(TMPL_DIR)/load-balancing
+
# XXX: test if there are empty node.def files - this is not allowed as these
# could mask help strings or mandatory priority statements
find $(TMPL_DIR) -name node.def -type f -empty -exec false {} + || sh -c 'echo "There are empty node.def files! Check your interface definitions." && exit 1'