kernel-netlink: Add global option to configure MSS-clamping on installed routes

This commit is contained in:
Tobias Brunner
2014-09-12 10:13:30 +02:00
parent c1adf7e0c4
commit 47a0e289d9
2 changed files with 29 additions and 6 deletions
+3
View File
@@ -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.mss = 0
MSS to set on installed routes, 0 to disable.
charon.plugins.kernel-netlink.mtu = 0
MTU to set on installed routes, 0 to disable.