summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-05-19 23:05:13 +0200
committerChristian Poessinger <christian@poessinger.com>2020-05-19 23:05:15 +0200
commit7c55de11ca140fd8eed980c0c9db6302e1a05974 (patch)
tree0531425356a96f58e857f012d41a27956809293a /Makefile
parentb708a375010c7240d11412d92f8552dbba2abdc0 (diff)
downloadvyos-1x-7c55de11ca140fd8eed980c0c9db6302e1a05974.tar.gz
vyos-1x-7c55de11ca140fd8eed980c0c9db6302e1a05974.zip
bgp: T2387: rename new implementation else system will not boot
It is not possible to simply remove the node.def file in a tag node. Rather rename the tag node to take it out of order by default. Upcoming BGP developers simply need to remove this line in the Makefile added by the commit.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile b/Makefile
index 90a350e3b..ce114c4c3 100644
--- a/Makefile
+++ b/Makefile
@@ -72,7 +72,7 @@ interface_definitions: $(BUILD_DIR) $(obj)
rm -f $(TMPL_DIR)/interfaces/wireless/node.tag/vif/node.tag/ipv6/node.def
rm -f $(TMPL_DIR)/interfaces/wirelessmodem/node.tag/ipv6/node.def
rm -f $(TMPL_DIR)/protocols/node.def
- rm -f $(TMPL_DIR)/protocols/nbgp/node.def
+ mv $(TMPL_DIR)/protocols/nbgp $(TMPL_DIR)/protocols/.nbgp
rm -f $(TMPL_DIR)/protocols/static/node.def
rm -f $(TMPL_DIR)/system/node.def
rm -f $(TMPL_DIR)/vpn/node.def