summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Breunig <christian@breunig.cc>2023-05-04 15:32:43 +0200
committerGitHub <noreply@github.com>2023-05-04 15:32:43 +0200
commitba81c15185d7a59ab0ec6705b53b311b4dda721d (patch)
tree669b9092b127dae24bbc28eb8ffa5c138bfba613 /Makefile
parentd6364153436505ff6c25ce8b438ad204c927a1d1 (diff)
parenteac5dc2b1f7be06f0d7a4e35f8850a0c1f514fa0 (diff)
downloadvyos-1x-ba81c15185d7a59ab0ec6705b53b311b4dda721d.tar.gz
vyos-1x-ba81c15185d7a59ab0ec6705b53b311b4dda721d.zip
Merge pull request #1973 from sever-sever/T5171
T5171: Use XML for loadbalancing wan instead of old templates
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 0 insertions, 3 deletions
diff --git a/Makefile b/Makefile
index e130bec70..4400cbfdc 100644
--- a/Makefile
+++ b/Makefile
@@ -38,9 +38,6 @@ 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'