diff options
author | hagbard <vyosdev@derith.de> | 2019-07-25 09:48:08 -0700 |
---|---|---|
committer | hagbard <vyosdev@derith.de> | 2019-07-25 09:48:08 -0700 |
commit | ab5ca2796c1aad0043cc0db80299e4e2d42c1b22 (patch) | |
tree | bd0bcd4232e3099c38a142c0953f3c5a89b20d4d /Makefile | |
parent | 36f8a1e4e5966c43c5330ff223fa2ef07d346b6e (diff) | |
download | vyos-1x-ab5ca2796c1aad0043cc0db80299e4e2d42c1b22.tar.gz vyos-1x-ab5ca2796c1aad0043cc0db80299e4e2d42c1b22.zip |
[accel-l2tp] - T834: l2tp implementation
- node.def deletion for show remote-access
- IPSec interface checking for L2TP
- IPSec x509 for l2tp
- verification of outside-address to warning since it was optional in the previous config
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -35,6 +35,7 @@ op_mode_definitions: rm -f $(OP_TMPL_DIR)/restart/node.def rm -f $(OP_TMPL_DIR)/monitor/node.def rm -f $(OP_TMPL_DIR)/generate/node.def + rm -f $(OP_TMPL_DIR)/show/vpn/node.def .PHONY: all all: clean interface_definitions op_mode_definitions |