From 471cf66998ec518f61922f853460de712296054a Mon Sep 17 00:00:00 2001 From: Viacheslav Hletenko Date: Thu, 10 Dec 2020 15:58:22 +0200 Subject: vti: T3123: Fix missed ip-ipv6 node options --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index d5a709587..1ed463440 100644 --- a/Makefile +++ b/Makefile @@ -51,9 +51,13 @@ interface_definitions: $(BUILD_DIR) $(obj) mkdir $(TMPL_DIR)/interfaces/loopback/node.tag/ipv6 mkdir $(TMPL_DIR)/interfaces/dummy/node.tag/ipv6 mkdir $(TMPL_DIR)/interfaces/openvpn/node.tag/ip + mkdir -p $(TMPL_DIR)/interfaces/vti/node.tag/ip + mkdir -p $(TMPL_DIR)/interfaces/vti/node.tag/ipv6 cp $(TMPL_DIR)/interfaces/ethernet/node.tag/ipv6/node.def $(TMPL_DIR)/interfaces/loopback/node.tag/ipv6 cp $(TMPL_DIR)/interfaces/ethernet/node.tag/ipv6/node.def $(TMPL_DIR)/interfaces/dummy/node.tag/ipv6 cp $(TMPL_DIR)/interfaces/ethernet/node.tag/ip/node.def $(TMPL_DIR)/interfaces/openvpn/node.tag/ip + cp $(TMPL_DIR)/interfaces/ethernet/node.tag/ip/node.def $(TMPL_DIR)/interfaces/vti/node.tag/ip + cp $(TMPL_DIR)/interfaces/ethernet/node.tag/ipv6/node.def $(TMPL_DIR)/interfaces/vti/node.tag/ipv6 .PHONY: op_mode_definitions .ONESHELL: -- cgit v1.2.3