kernel-netlink: Add global option to set MTU on installed routes

This commit is contained in:
Tobias Brunner
2014-09-12 10:13:30 +02:00
parent c6e8b5dc2c
commit c1adf7e0c4
2 changed files with 22 additions and 0 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.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.