summaryrefslogtreecommitdiff
path: root/debian/patches/02_disable-bypass-lan.patch
diff options
context:
space:
mode:
authorYves-Alexis Perez <corsac@corsac.net>2018-01-03 10:44:25 +0100
committerYves-Alexis Perez <corsac@corsac.net>2018-01-03 12:00:48 +0100
commitfd2deca589bc3d067f1cbfe59a25d3a90625e02b (patch)
treed68e96cbd55c9f12a6d65ad8c24e68ff01c1052b /debian/patches/02_disable-bypass-lan.patch
parent96e3719d4ea41f24f9d17ee7bf2676b44f326fde (diff)
downloadvyos-strongswan-fd2deca589bc3d067f1cbfe59a25d3a90625e02b.tar.gz
vyos-strongswan-fd2deca589bc3d067f1cbfe59a25d3a90625e02b.zip
strongswan-libcharon: add bypass-lan plugin
not loaded by default
Diffstat (limited to 'debian/patches/02_disable-bypass-lan.patch')
-rw-r--r--debian/patches/02_disable-bypass-lan.patch13
1 files changed, 13 insertions, 0 deletions
diff --git a/debian/patches/02_disable-bypass-lan.patch b/debian/patches/02_disable-bypass-lan.patch
new file mode 100644
index 000000000..19333714e
--- /dev/null
+++ b/debian/patches/02_disable-bypass-lan.patch
@@ -0,0 +1,13 @@
+diff --git a/conf/plugins/bypass-lan.conf b/conf/plugins/bypass-lan.conf
+index ad496db67..e470ce68e 100644
+--- a/conf/plugins/bypass-lan.conf
++++ b/conf/plugins/bypass-lan.conf
+@@ -11,7 +11,7 @@ bypass-lan {
+
+ # Whether to load the plugin. Can also be an integer to increase the
+ # priority of this plugin.
+- load = yes
++ load = no
+
+ }
+