diff options
Diffstat (limited to 'conf/plugins/kernel-netlink.conf')
-rw-r--r-- | conf/plugins/kernel-netlink.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conf/plugins/kernel-netlink.conf b/conf/plugins/kernel-netlink.conf index 6ea341fbe..3997dc7d9 100644 --- a/conf/plugins/kernel-netlink.conf +++ b/conf/plugins/kernel-netlink.conf @@ -1,7 +1,7 @@ kernel-netlink { # Buffer size for received Netlink messages. - # buflen = 4096 + # buflen = <min(PAGE_SIZE, 8192)> # Firewall mark to set on the routing rule that directs traffic to our # routing table. |