aboutsummaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2014-08-04 15:35:18 +0200
committerTobias Brunner <tobias@strongswan.org>2014-09-12 10:13:30 +0200
commitc1adf7e0c46140704650a840d2e1319946f3e8c0 (patch)
tree569f6acbb1fdbe0242fcf2fac958cd7861157651 /conf
parentc6e8b5dc2c005a1aa48fd725f3204c83cd817525 (diff)
downloadstrongswan-c1adf7e0c46140704650a840d2e1319946f3e8c0.tar.bz2
strongswan-c1adf7e0c46140704650a840d2e1319946f3e8c0.tar.xz
kernel-netlink: Add global option to set MTU on installed routes
Diffstat (limited to 'conf')
-rw-r--r--conf/plugins/kernel-netlink.opt3
1 files changed, 3 insertions, 0 deletions
diff --git a/conf/plugins/kernel-netlink.opt b/conf/plugins/kernel-netlink.opt
index a8e421b6e..86cd92b9e 100644
--- a/conf/plugins/kernel-netlink.opt
+++ b/conf/plugins/kernel-netlink.opt
@@ -7,6 +7,9 @@ charon.plugins.kernel-netlink.fwmark =
inverts the meaning (i.e. the rule only applies to packets that don't match
the mark).
+charon.plugins.kernel-netlink.mtu = 0
+ MTU to set on installed routes, 0 to disable.
+
charon.plugins.kernel-netlink.roam_events = yes
Whether to trigger roam events when interfaces, addresses or routes change.