diff options
author | Christian Breunig <christian@breunig.cc> | 2023-05-04 15:32:43 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-05-04 15:32:43 +0200 |
commit | ba81c15185d7a59ab0ec6705b53b311b4dda721d (patch) | |
tree | 669b9092b127dae24bbc28eb8ffa5c138bfba613 /Makefile | |
parent | d6364153436505ff6c25ce8b438ad204c927a1d1 (diff) | |
parent | eac5dc2b1f7be06f0d7a4e35f8850a0c1f514fa0 (diff) | |
download | vyos-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-- | Makefile | 3 |
1 files changed, 0 insertions, 3 deletions
@@ -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' |