summaryrefslogtreecommitdiff
path: root/scripts/firewall/firewall.init.in
AgeCommit message (Collapse)Author
2021-04-20conntrack: T3290: remove references to removed GRE pluginsBrandon Stepler
(cherry picked from commit 55fe5936b39b9ba20b6ac927f3b8930ed2d0af60)
2019-01-29Merge branch 'current' of https://github.com/mevertse/vyatta-cfg-firewall ↵Merijn Evertse
into HEAD
2019-01-29T166: Changed NPTv6 to use NETMAPMerijn Evertse
2016-05-20Revert "vyatta-cfg-firewall: update nfct commands to use the new syntax"Kim Hagen
Debian jessie version still uses older syntax This reverts commit 8c08408d1309b2664067b3a793d7df3b24d36cf3.
2015-11-28vyatta-cfg-firewall: update nfct commands to use the new syntaxAlex Harpin
Update the nfcft commands to use the new style syntax rather than the old, following the update of conntrack-tools to 1.4.3.
2015-06-24vyatta-cfg-firewall: add port 1536 to the initial ct helper chainAlex Harpin
Add port 1536 to the initial VYATTA_CT_HELPER chain inline with the conntrack sqlnet module change in vyatta-conntrack. Bug #412 http://bugzilla.vyos.net/show_bug.cgi?id=412
2015-02-15Add SNPT and DNPT firewall hooks and load ip6t_NPT kernel module (#387)kouak
2012-08-22Merge branch 'pacifica' of git.vyatta.com:/git/vyatta-cfg-firewall into pacificaGaurav Sinha
2012-08-22move CT_IGNORE chain up, first in raw tableGaurav Sinha
2012-08-09Bugfix 8271: Remove Vestigial VRRP hooks. The implementation changed and ↵John Southworth
these are no longer needed.
2012-08-07add conntrack raw table ignore chainGaurav Sinha
2012-06-18fix 8112Gaurav Sinha
2012-06-06create nfct helper policies and prepare VYATTA_CT_HELPER chainGaurav Sinha
2012-05-14don't add CTHELPER chain by default on boot. add when needed.Gaurav Sinha
2012-04-16create CT_HELPER chain in PREROUTING and OUTPUTGaurav Sinha
2012-04-16fixing 7998Gaurav Sinha
2012-03-23include CT_TIMEOUT chain for conntrack timeouts.Gaurav
2011-12-27Create VRRP output filter to filter IGMP from vmac interfacesJohn Southworth
2011-12-12Setup filter for VRRP vmac interfacesJohn Southworth
2011-12-01Bug 6063 ENH: Provide option(s) to globally allow stateful return trafficMohit Mehta
* add code to set global policy for established, related, invalid states
2010-09-21* separate out post fw hooks for IN, FWD, OUT. Use count_iptables_rule from libMohit Mehta
2010-08-31Fix 6125: iptables errors on boot up of mendocinoStig Thormodsrud
Shorten chain from VYATTA_PRE_CT_PREROUTING_HOOK to VYATTA_CT_PREROUTING_HOOK
2010-06-10Infrastruction needed for bug 5583.Stig Thormodsrud
2010-05-17Fix Bug 5588 Add ability to modify conntrack expectation table sizeMohit Mehta
* added 'firewall conntrack-expect-table-size' to modify expect table's size * added 'firewall conntrack-hash-size' to set hash size for conntrack table
2010-04-09Add VYATTA_PRE_DNAT_HOOK in nat PREROUTING table.Stig Thormodsrud
2009-09-22Bugfix 4951: Don't fail if IPv6 kernel module is not loaded.Bob Gilligan
Handle the case where the IPv6 kernel module is not loaded more gracefully.
2009-05-27explicitly set conntrack table size to 16384 on system bootMohit Mehta
2009-05-08Bugfix 4340: Enable net.netfilter.nf_conntrack_tcp_be_liberal by default.Bob Gilligan
The parameter in question loosens the "acceptability" check on TCP sequence and ACK numbers in the TCP conntrack module. This allows connection tracking to survive certain cases where packet loss would cause it to loose sync with the TCP endpoints.
2009-04-13Add conntrack and post firewall hooks for IPv6.Bob Gilligan
2009-03-12Doing strict ES won't work for routerStephen Hemminger
Need a different kind of filter to fix 4061. (Not sure if it is even possible as firewall rule since it depends on quagga config rules).
2009-03-12Don't use -PStephen Hemminger
Changing default property of rules screws up other things
2009-03-12Enable strict host matchingStephen Hemminger
Bug 4061 Host (INPUT) chain will only accept packets where destination address matches address on incoming interface.
2008-08-21fix for bug 3622: add pre-SNAT hookAn-Cheng Huang
2008-04-08add post-firewall hook for other featuresAn-Cheng Huang
2008-03-10update from VPL1 to GPLv2Stephen Hemminger
2007-12-10Update vyatta-cfg-firewall package.Bob Gilligan