diff options
author | Tobias Brunner <tobias@strongswan.org> | 2013-08-13 16:53:06 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2013-10-11 15:32:44 +0200 |
commit | 51fefe460609ff734d702388973d326d3976189f (patch) | |
tree | a17ad65ca17bd8f83e482d6445dfc097752e2e4f /man | |
parent | 434e530f75411f1153995dde356696f8c1e209a8 (diff) | |
download | strongswan-51fefe460609ff734d702388973d326d3976189f.tar.bz2 strongswan-51fefe460609ff734d702388973d326d3976189f.tar.xz |
kernel-netlink: Allow setting firewall marks on routing rule
Diffstat (limited to 'man')
-rw-r--r-- | man/strongswan.conf.5.in | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/man/strongswan.conf.5.in b/man/strongswan.conf.5.in index 1df58a7ee..2af6e7394 100644 --- a/man/strongswan.conf.5.in +++ b/man/strongswan.conf.5.in @@ -623,6 +623,11 @@ Number of ipsecN devices .BR charon.plugins.kernel-klips.ipsec_dev_mtu " [0]" Set MTU of ipsecN device .TP +.BR charon.plugins.kernel-netlink.fwmark +Firewall mark to set on the routing rule that directs traffic to our own routing +table. The format is [!]mark[/mask], where the optional exclamation mark inverts +the meaning (i.e. the rule only applies to packets that don't match the mark). +.TP .BR charon.plugins.kernel-netlink.roam_events " [yes]" Whether to trigger roam events when interfaces, addresses or routes change .TP |