From 7c55de11ca140fd8eed980c0c9db6302e1a05974 Mon Sep 17 00:00:00 2001 From: Christian Poessinger Date: Tue, 19 May 2020 23:05:13 +0200 Subject: 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. --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Makefile') 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 -- cgit v1.2.3