diff options
author | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-04-28 10:30:52 +0000 |
---|---|---|
committer | Viacheslav Hletenko <v.gletenko@vyos.io> | 2023-05-02 15:26:10 +0000 |
commit | eac5dc2b1f7be06f0d7a4e35f8850a0c1f514fa0 (patch) | |
tree | 399ac4f2314679209bc18829e626835fc77c5a68 /Makefile | |
parent | 78a9eaaf8be3daa980b91abf254d484075d103e8 (diff) | |
download | vyos-1x-eac5dc2b1f7be06f0d7a4e35f8850a0c1f514fa0.tar.gz vyos-1x-eac5dc2b1f7be06f0d7a4e35f8850a0c1f514fa0.zip |
T5171: Rewrite load-balancing wan to XML and python3
Use XML and python3 for 'load-balancing wan'
Use Jinja2 templates instead of old vyatta-wanloadbalance.pl to
generate configuration '/run/load-balance/wlb.conf' wich used by
/opt/vyatta/sbin/wan_lb
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' |