summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Poessinger <christian@poessinger.com>2020-04-06 07:28:23 +0200
committerChristian Poessinger <christian@poessinger.com>2020-04-06 07:28:23 +0200
commit1730afc6ebb50a9b159484cfc9d3bbaf7b67f8f4 (patch)
tree5d863af825f2f8a25637e80eb21fd5030c6a764b /src
parente8b9eaddb5d8ddae8710a579676beade73fce1a8 (diff)
downloadvyos-1x-1730afc6ebb50a9b159484cfc9d3bbaf7b67f8f4.tar.gz
vyos-1x-1730afc6ebb50a9b159484cfc9d3bbaf7b67f8f4.zip
ipsec: T2230: bugfix code cleanup
Commit dbc174d ("ipsec: T2230: move inlined templates to dedicated files") did not remove an inlined function.
Diffstat (limited to 'src')
-rwxr-xr-xsrc/conf_mode/ipsec-settings.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/conf_mode/ipsec-settings.py b/src/conf_mode/ipsec-settings.py
index 2fa27022b..90b6b0d57 100755
--- a/src/conf_mode/ipsec-settings.py
+++ b/src/conf_mode/ipsec-settings.py
@@ -185,7 +185,6 @@ def generate(data):
f.write(l2pt_ipsec_conf_txt)
os.umask(old_umask)
- append_ipsec_conf(data)
else:
if os.path.exists(ipsec_ra_conn_file):
remove_confs(delim_ipsec_l2tp_begin, delim_ipsec_l2tp_end, ipsec_ra_conn_file)