summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-07-29 19:58:12 +0200
committerGitHub <noreply@github.com>2022-07-29 19:58:12 +0200
commit2a9a2cfa12e87ae1b300354aeb3bdf7b10059d26 (patch)
tree165e4efac93ec1692d0c24984544d31c0893ec04 /Makefile
parent437c73888a4998f791ed0642da65a249425e7cb7 (diff)
parentb3eca8c14e77eabee5afe04a49dee0208bc715ee (diff)
downloadvyos-1x-2a9a2cfa12e87ae1b300354aeb3bdf7b10059d26.tar.gz
vyos-1x-2a9a2cfa12e87ae1b300354aeb3bdf7b10059d26.zip
Merge pull request #1403 from sever-sever/T4518
lb-wan: T4518: Add XML for conf mode load-balancing wan
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index cc9bc136e..0a968563c 100644
--- a/Makefile
+++ b/Makefile
@@ -43,6 +43,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'