summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorDaniil Baturin <daniil@baturin.org>2018-08-05 01:30:08 +0200
committerDaniil Baturin <daniil@baturin.org>2018-08-05 01:30:08 +0200
commit5a09a105b5832e0a804ab403fc287e19ad782bb5 (patch)
tree9418516fefdf4df3d91482e72e62041a29df32f6 /Makefile
parentc79650f61782eb5f7a35f8d5fe9b5065cf37bf8d (diff)
downloadvyos-1x-5a09a105b5832e0a804ab403fc287e19ad782bb5.tar.gz
vyos-1x-5a09a105b5832e0a804ab403fc287e19ad782bb5.zip
T71: initial implementation of global IPsec settings.
Only disable-route-autoinstall (install_routes = yes/no) for now.
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e0cbc910..addb83a5f 100644
--- a/Makefile
+++ b/Makefile
@@ -12,6 +12,8 @@ interface_definitions:
rm -f $(TMPL_DIR)/system/node.def
rm -f $(TMPL_DIR)/system/options/node.def
rm -f $(TMPL_DIR)/protocols/node.def
+ rm -f $(TMPL_DIR)/vpn/node.def
+ rm -f $(TMPL_DIR)/vpn/ipsec/node.def
.PHONY: op_mode_definitions
.ONESHELL: