diff options
author | Daniil Baturin <daniil@baturin.org> | 2018-11-18 15:28:34 +0100 |
---|---|---|
committer | Daniil Baturin <daniil@baturin.org> | 2018-11-18 15:29:00 +0100 |
commit | c0620596e2920926b25074e41bc99db278dcf53b (patch) | |
tree | 8052eabff66bf00be062aaff5dcb43f854d41283 /sysconf | |
parent | 6ab6a0a1857e9ae487642f5aad0c948e12d167c5 (diff) | |
download | vyatta-cfg-system-c0620596e2920926b25074e41bc99db278dcf53b.tar.gz vyatta-cfg-system-c0620596e2920926b25074e41bc99db278dcf53b.zip |
T1011: enable conntrack helper by default.
Diffstat (limited to 'sysconf')
-rw-r--r-- | sysconf/vyatta-sysctl.conf | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sysconf/vyatta-sysctl.conf b/sysconf/vyatta-sysctl.conf index 54f57541..560c29de 100644 --- a/sysconf/vyatta-sysctl.conf +++ b/sysconf/vyatta-sysctl.conf @@ -77,3 +77,6 @@ net.ipv6.conf.all.keep_addr_on_down=1 # Default value of 20 seems to interfere with larger OSPF and VRRP setups net.ipv4.igmp_max_memberships = 512 + +# Enable conntrack helper by default +net.netfilter.nf_conntrack_helper=1 |