summaryrefslogtreecommitdiff
path: root/lib/Vyatta/IpTables/Mgr.pm
AgeCommit message (Collapse)Author
2012-06-22fixing 8173: moving CT_HELPER chain just before CTTIMEOUTGaurav Sinha
(cherry picked from commit faacba00db46c29fc652217653f9fe0564c1ebac)
2012-06-07Adding functions to conditionally add CT_HELPER chain and remove when not in ↵Gaurav Sinha
use, neither by FW nor by NAT.
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-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-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-15Change snort queue target use default queue.Stig Thormodsrud
2010-10-15Fix 6296: "iptables: No chain..." message when committing the firewall group ↵Stig Thormodsrud
configuration. - redirect stderr
2010-10-14Add Iptables::Mgr route to get queue target.Stig Thormodsrud
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-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-08-11get rid of lintian warningsAn-Cheng Huang
2010-06-11Fix ipt_disable_conntrack() to delete correct chain.Stig Thormodsrud
2010-06-10Infrastruction needed for bug 5583.Stig Thormodsrud