summaryrefslogtreecommitdiff
path: root/lib/Vyatta/IpTables/Rule.pm
AgeCommit message (Collapse)Author
2012-10-06PBR: config command validations, help strings etc. cleaned up andsusheela
includes fixes for 8355, 8362, 8365.
2012-09-138330: return rule number in error messageGaurav Sinha
2012-09-07Fixing 3167, mandate multiport values after single port, remove misleading ↵Gaurav Sinha
error message (cherry picked from commit 94381cfb92ead6d5f32ab37bace5a1cf46efbb9e)
2012-09-05add support for main tableRobert Bays
2012-09-03changes to policy tables to add acceptRobert Bays
updates to dscp node.def for better help text
2012-09-03initial checkin for pbr functionalityRobert Bays
2012-02-29fixing 7047Gaurav
2010-11-29Show if logging is enabled on the default action.Stig Thormodsrud
2010-10-14Add Iptables::Mgr route to get queue target.Stig Thormodsrud
2010-09-10Fix Bug 5309 Allow modifyining TCP MSS optionMohit Mehta
* add the ability to modify TCP MSS value using modify|ipv6-modify rulesets
2010-07-13Fix Bug 5744 unable to use firewall group with recent match conditionMohit Mehta
* use --match-set instead of --set for ipset match * re-arrange rules when ipset and recent match are used together. instead of appending recent match conditions to the rule; place them before ipset match conditions * add debugging output to look at generated rules
2010-06-11Add support for firewall enable-default-log.Stig Thormodsrud
2010-03-24Fix 5203: negation in firewall rule causes deprecation messageStig Thormodsrud
2009-12-22Fix Bug 5173 Firewall becomes out of sync with iptables when logging is usedMohit Mehta
with action inspect in a rule - increment num of rules with inspect + log
2009-08-07* Fix Bug 3625 Firewall protocol option should have a selection for TCP and UDPMohit Mehta
added tcp_udp as a valid protocol value to match both tcp and udp in 1 rule
2009-08-06prevent possible situation where the two iptables rules for match conditionMohit Mehta
'recent' have different match conditions by moving code for recent to last (cherry picked from commit 0bd1f3013d93c0cf688cda075a3548fb94e6c6d2)
2009-07-31Fix 4683: Firewall Rule number maximum 1024 reachedStig Thormodsrud
(cherry picked from commit 90fb731c3a846e9a951c6fd1c5f73082e2bcf93a)
2009-06-02Change firewall default-policy to default-action.Stig Thormodsrud
2009-06-02* add default value of 1 for 'limit burst' in its node.defMohit Mehta
* add comp_help for 'limit rate' * make sure 'limit rate' is not less than 1/time unit
2009-05-14Fix 4390: Firewall config error: Cannot specify multiple ports when bothStig Thormodsrud
source and destination ports are specified.
2009-04-09Add ability for firename to select default policy.Stig Thormodsrud
2009-02-28Fix 3422: fw logging fails if logprefix is too long (> 29 characters)Stig Thormodsrud
2009-02-18Multiple updates for IPv6:Bob Gilligan
- Added ICMPv6 config tree - Removed ICMP config tree (it's not used in IPv6) - Removed fragmentation tree (it's not used in IPv6) - Improved parsing for source and destination address parameters - Improved parsing for protocol parameter
2009-02-05display appropriate anywhere address depending on IPv4 or IPv6Mohit Mehta
protocol should be displayed as all when no protocol set
2009-02-04Reduce duplicate code in setup/setupOrig.Stig Thormodsrud
2009-02-03Enable strict checkingStephen Hemminger
Enable strict perl checking.
2009-01-30Fix Bug 2741 ENH: filter based on ICMP Type/code by nameMohit Mehta
2009-01-29Use iptables comment to identify CLI rule numbers in iptables outputMohit Mehta
2009-01-26Fix Bug 2474 https://bugzilla.vyatta.com/show_bug.cgi?id=2474Mohit Mehta
2009-01-23Bugfix 4062: Don't reference parameters outside the config tree.Bob Gilligan
The AddressFilter module was reaching up the config tree to find a config parameter that was used to determine whether the address type was IPv4 or IPv6. This breaks when the functions are called from some locations in the config tree. I added explicity function calls to allow the caller to to set the IP version, obviating the need to reference a config parameter to determin the IP version.
2009-01-21Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-firewall into jennerBob Gilligan
2009-01-21Initial support for IPv6.Bob Gilligan
2009-01-16- Fix Bug 2223 Add rate rate limiting / burst limiting functions to the ↵Mohit Mehta
Vyatta firewall - Fix help strings for time-based firewall nodes
2009-01-14Fix Bug 3653 Add the ability to configure time-based firewall rulesMohit Mehta
- make available the option to use time with startdate and stopdate
2009-01-13Fix Bug 3653 Add the ability to configure time-based firewall rulesMohit Mehta
2008-12-22Fix 2563: Add firewall-rule specific disable configuration parameter.Stig Thormodsrud
2008-12-03add ipp2p config optionsAn-Cheng Huang
2008-11-24Convert VyattaConfig to Vyatta::ConfigStephen Hemminger
2008-11-21Rename VyattaIpTablesRule to Vyatta::IpTables::RuleStephen Hemminger