diff options
author | Christian Poessinger <christian@poessinger.com> | 2020-04-06 07:28:23 +0200 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2020-04-06 07:28:23 +0200 |
commit | 1730afc6ebb50a9b159484cfc9d3bbaf7b67f8f4 (patch) | |
tree | 5d863af825f2f8a25637e80eb21fd5030c6a764b /src | |
parent | e8b9eaddb5d8ddae8710a579676beade73fce1a8 (diff) | |
download | vyos-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-x | src/conf_mode/ipsec-settings.py | 1 |
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) |