diff options
author | Christian Poessinger <christian@poessinger.com> | 2022-05-30 15:05:24 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2022-05-30 15:05:33 +0200 |
commit | 5642a1e01fff03a1b3a28a654ce363aab51b2b33 (patch) | |
tree | 86c49bed6af3df19fde4967b8324bcc1452ee555 /Makefile | |
parent | 4c93173548151cf374097131f7cd4226dcc3075b (diff) | |
download | vyos-1x-5642a1e01fff03a1b3a28a654ce363aab51b2b33.tar.gz vyos-1x-5642a1e01fff03a1b3a28a654ce363aab51b2b33.zip |
eigrp: T2773: bugfix Makefile - temporary code removal
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -40,7 +40,7 @@ interface_definitions: $(config_xml_obj) # T2472 - EIGRP support rm -rf $(TMPL_DIR)/protocols/eigrp # T2773 - EIGRP support for VRF - rm -rf $(TMPL_DIR)/vrf/name/node.tag/protocols + rm -rf $(TMPL_DIR)/vrf/name/node.tag/protocols/eigrp # XXX: test if there are empty node.def files - this is not allowed as these # could mask help strings or mandatory priority statements |