summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2022-05-29 10:15:38 +0200
committerChristian Poessinger <christian@poessinger.com>2022-05-29 10:15:38 +0200
commit19e460288a9950becb2fb510f6582d1c62b36079 (patch)
tree68fde9dc3de0752c86bce68da7caf92eadd79dcc /Makefile
parent651984e7e57502769975a88226eda8adf73a9faf (diff)
downloadvyos-1x-19e460288a9950becb2fb510f6582d1c62b36079.tar.gz
vyos-1x-19e460288a9950becb2fb510f6582d1c62b36079.zip
eigrp: T2472: disable protocol by default
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2333eebed..63d23495d 100644
--- a/Makefile
+++ b/Makefile
@@ -37,6 +37,11 @@ interface_definitions: $(config_xml_obj)
rm -rf $(TMPL_DIR)/qos
rm -rf $(TMPL_DIR)/interfaces/input
+ # T2472 - EIGRP support
+ rm -rf $(TMPL_DIR)/protocols/eigrp
+ # T2773 - EIGRP support for VRF
+ rm -rf $(TMPL_DIR)/vrf/name/node.tag/protocols
+
# 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'