diff options
author | Simon <965089+sarthurdev@users.noreply.github.com> | 2021-05-28 16:35:12 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-28 16:35:12 +0200 |
commit | eabc5f1c2e5bfe548cb3d62f2f85f8d61be29b92 (patch) | |
tree | 2efe4cf2ad2e0cb9b9f355dffa22707b26f785ef /data/configd-include.json | |
parent | b0e1c8a9c9ef470297bf3c9f5059ad7c720c46ff (diff) | |
download | vyos-1x-eabc5f1c2e5bfe548cb3d62f2f85f8d61be29b92.tar.gz vyos-1x-eabc5f1c2e5bfe548cb3d62f2f85f8d61be29b92.zip |
ipsec: T2816: IPSec python rework, includes DMVPN and VTI support
Diffstat (limited to 'data/configd-include.json')
-rw-r--r-- | data/configd-include.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/data/configd-include.json b/data/configd-include.json index c3d59592a..28267d575 100644 --- a/data/configd-include.json +++ b/data/configd-include.json @@ -64,8 +64,10 @@ "system_lcd.py", "task_scheduler.py", "tftp_server.py", +"vpn_ipsec.py", "vpn_l2tp.py", "vpn_pptp.py", +"vpn_rsa-keys.py", "vpn_sstp.py", "vrf.py", "vrrp.py", |