summaryrefslogtreecommitdiff
path: root/scripts/firewall/vyatta-firewall.pl
AgeCommit message (Expand)Author
2018-02-19Bug #T171 fix Open Task T171 Unable to Delte Rulemtudosoiu
2015-11-28vyatta-cfg-firewall: check rules for errors before processing themAlex Harpin
2015-11-28vyatta-cfg-firewall: formatting changes for style consistencyAlex Harpin
2015-05-14Added support for local PBR to vyatta-firewall.plPasi Karkkainen
2014-11-21Fix missing autogenerated chain for IPv6 policy routing.William Steve Applegate
2012-09-05add support for main tableRobert Bays
2012-09-03populate firewall policy tables based on refcountRobert Bays
2012-09-03changes to policy tables to add acceptRobert Bays
2012-09-03initial checkin for pbr functionalityRobert Bays
2012-02-297047:use DEFLT instead of defaultGaurav
2012-02-29fixing 7047Gaurav
2011-12-01Bug 6063 ENH: Provide option(s) to globally allow stateful return trafficMohit Mehta
2011-07-15Fix Bug 7340 Unable to apply modify firewall to interface when zone policy ex...Mohit Mehta
2010-11-16Updated to change in error location api.Michael Larson
2010-10-19add local hook setup/tear for filter table similar to in|out hooksMohit Mehta
2010-10-19use single variable to reference firewall IN and OUT hooksMohit Mehta
2010-10-15missing parenroot
2010-10-15additional errors w/ location of error.root
2010-10-11Use Sys::Syslog to avoid calling logger excessivelyStephen Hemminger
2010-10-01move chain_referenced function to Mgr.pm moduleMohit Mehta
2010-09-21* move count_iptables_rule to Iptables::Mgr and update it's usageMohit Mehta
2010-09-21* separate out post fw hooks for IN, FWD, OUT. Use count_iptables_rule from libMohit Mehta
2010-06-12Dont tear down conntrack if the other table is using it.Stig Thormodsrud
2010-06-12Dont create FW_CONNTRACK if it already exists.Stig Thormodsrud
2010-06-11Add support for firewall enable-default-log.Stig Thormodsrud
2010-06-10Infrastruction needed for bug 5583.Stig Thormodsrud
2010-03-05Fix firewall conntrack teardown.Stig Thormodsrud
2009-08-07* Fix Bug 3625 Firewall protocol option should have a selection for TCP and UDPMohit Mehta
2009-07-31Fix 4683: Firewall Rule number maximum 1024 reachedStig Thormodsrud
2009-06-14Fix 4581: Firewall name issue causes failed commitStig Thormodsrud
2009-06-02Change firewall default-policy to default-action.Stig Thormodsrud
2009-05-11Add 'reject' as a configurable value for default-policyMohit Mehta
2009-05-08Fix Bug 4388 firewall name shouldn't have been set after commit failedMohit Mehta
2009-05-05* don't allow user to create a chain that exists in the system. This may beMohit Mehta
2009-05-01* setup table only for specific tree, not both filter and mangleMohit Mehta
2009-04-27outlaw applying firewall to an interface that is defined under a zoneMohit Mehta
2009-04-27Disable firewall debuging by default.Stig Thormodsrud
2009-04-24enable/disable conntrack separately for ipv4/ipv6Stig Thormodsrud
2009-04-24Move setup/teardown out from top-level firewall node.Stig Thormodsrud
2009-04-13Fix bug where an empty firewall rule deletes the default drop policy.Stig Thormodsrud
2009-04-13Move firewall "end" processing down to each table.Stig Thormodsrud
2009-04-09Add ability for firename to select default policy.Stig Thormodsrud
2009-04-08Fix faulty search loop.Stig Thormodsrud
2009-04-07Apply interface firewalls to separate VYATTA_(IN|OUT)_HOOK.Stig Thormodsrud
2009-03-27Revert "Allow user configurable default-policy on firewall."Stig Thormodsrud
2009-03-27Allow user configurable default-policy on firewall.Stig Thormodsrud
2009-03-04Don't attempt to delete ruleset from "other" treesBob Gilligan
2009-02-24Allow IPv6 firewall rulesets to be configured on an interface independent of ...Bob Gilligan
2009-02-09Add back parameter that was dropped when converting to use run_cmd().Stig Thormodsrud
2009-02-04Delete commented out code.Stig Thormodsrud