kernel-netlink: Optionally trigger roam events on routing rule changes
This can be useful if routing rules (instead of e.g. route metrics) are used to switch from one to another interface (i.e. from one to another routing table). Since we currently don't evaluate routing rules when doing the route lookup this is only useful if the kernel-based route lookup is used. Resolves strongswan/strongswan#88.
This commit is contained in:
@@ -47,6 +47,13 @@ charon.plugins.kernel-netlink.port_bypass = no
|
||||
port based policies use global XFRM bypass policies for the used IKE UDP
|
||||
ports.
|
||||
|
||||
charon.plugins.kernel-netlink.process_rules = no
|
||||
Whether to process changes in routing rules to trigger roam events.
|
||||
|
||||
Whether to process changes in routing rules to trigger roam events. This is
|
||||
currently only useful if the kernel based route lookup is used (i.e. if
|
||||
route installation is disabled or an inverted fwmark match is configured).
|
||||
|
||||
charon.plugins.kernel-netlink.receive_buffer_size = 0
|
||||
Maximum Netlink socket receive buffer in bytes.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user