summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2010-12-06Fix help text for firewall interface rulesStephen Hemminger
Bug 6111 Don't use "Set inbound" instead use "Inbound"
2010-12-030.13.37debian/0.13.37Stephen Hemminger
2010-12-03Fix help text in generated templatesStephen Hemminger
Do not use verb (Set) in help text. Do not put date on generated templates (no useful value).
2010-11-290.13.36debian/0.13.36Stig Thormodsrud
2010-11-29Fix 6442: Request to remove "Error: ipt_disable_conntrack failed to findStig Thormodsrud
Don't print scary messages when trying to delete something thats not there.
2010-11-290.13.35debian/0.13.35Stig Thormodsrud
2010-11-29Merge branch 'mendocino' of http://git.vyatta.com/vyatta-cfg-firewall into ↵Stig Thormodsrud
mendocino
2010-11-29Show if logging is enabled on the default action.Stig Thormodsrud
2010-11-240.13.34debian/0.13.34Stephen Hemminger
2010-11-24Merge branch 'mendocino' of vm:rel/vyatta-cfg-firewall into mendocinoStephen Hemminger
2010-11-24Use regex to test for name length rather than wc programStephen Hemminger
More efficient to use shell pattern match to test for name length.
2010-11-160.13.33debian/0.13.33Michael Larson
2010-11-16Updated to change in error location api.Michael Larson
2010-11-110.13.32debian/0.13.32Mohit Mehta
2010-11-11Fix Bug 6421 cannot set content-inspection in the sameMohit Mehta
direction for two or more interfaces * invoke all iptables commands using sudo in the Mgr module. also fixes this bug where chain_referenced was returning wrong value due to permissions issue
2010-10-300.13.31debian/0.13.31Stig Thormodsrud
2010-10-30Fix 5247: Firewall groups CLI becomes out of sync with ipset when sets and ↵Stig Thormodsrud
deletes are contained within a single commit
2010-10-190.13.30debian/0.13.30Mohit Mehta
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-150.13.29debian/0.13.29Stig Thormodsrud
2010-10-15Change snort queue target use default queue.Stig Thormodsrud
2010-10-150.13.28debian/0.13.28Stig Thormodsrud
2010-10-15Fix 6296: "iptables: No chain..." message when committing the firewall group ↵Stig Thormodsrud
configuration. - redirect stderr
2010-10-150.13.27debian/0.13.27root
2010-10-15missing parenroot
2010-10-150.13.26debian/0.13.26root
2010-10-15additional errors w/ location of error.root
2010-10-140.13.25debian/0.13.25Stig Thormodsrud
2010-10-14Add Iptables::Mgr route to get queue target.Stig Thormodsrud
2010-10-11Merge branch 'mendocino' of suva.vyatta.com:/git/vyatta-cfg-firewall into ↵Stephen Hemminger
mendocino
2010-10-11Use Sys::Syslog to avoid calling logger excessivelyStephen Hemminger
2010-10-070.13.24debian/0.13.24Stephen Hemminger
2010-10-07Fix dependency on virtual-packageStephen Hemminger
When a package has dependency on virtual-package it also needs to declare a real package as first alternative to keep build daemons happy.
2010-10-07Fix dependency on sysklogdStephen Hemminger
The Vyatta packages should not depend on which package provides syslog service, only that it exists. This allows replacing sysklogd with rsyslog or syslog-ng.
2010-10-010.13.23debian/0.13.23Mohit Mehta
2010-10-01move chain_referenced function to Mgr.pm moduleMohit Mehta
2010-09-210.13.22debian/0.13.22Mohit Mehta
2010-09-21* move count_iptables_rule to Iptables::Mgr and update it's usageMohit Mehta
2010-09-210.13.21debian/0.13.21Mohit Mehta
2010-09-21* separate out post fw hooks for IN, FWD, OUT. Use count_iptables_rule from libMohit Mehta
2010-09-130.13.20debian/0.13.20Mohit Mehta
2010-09-13rename existing file no matter what; don't need the -n flagMohit Mehta
2010-09-130.13.19debian/0.13.19Mohit Mehta
2010-09-13Fix bug 6149 Warning on boot because of modprobe config file namesMohit Mehta
* rename existing files instead of removing em. rename sip option file as well
2010-09-130.13.18debian/0.13.18Mohit Mehta
2010-09-13Fix Bug 6149 Warning on boot because of modprobe config file namesMohit Mehta
* add .conf suffix to files in /etc/modprobe.d * remove old files without the suffix [from a previous release] during upgrade
2010-09-100.13.17debian/0.13.17Mohit Mehta
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-09-080.13.16debian/0.13.16An-Cheng Huang