summaryrefslogtreecommitdiff
path: root/scripts/firewall/vyatta-ipset.pl
AgeCommit message (Collapse)Author
2012-11-21fix for 8492. Don't declare error and bail out on attempt to deletion of ipset.Gaurav Sinha
(cherry picked from commit 5853281f2c8514a40608b1e83eca65e4c25aae00)
2012-11-19Bugfix 7613: cleanup firewall groups correctlyJohn Southworth
2012-11-19Add show functions for allowed scripts for firewall groupsGaurav Sinha
(cherry picked from commit 8a2bc83dff27b99a6cde3c396936741d96dc915c) (cherry picked from commit 48abdef97b582c8d857fe338d69492f55dfffdf2)
2012-11-19Add warning prompt before doing resetGaurav Sinha
(cherry picked from commit 3d248225eecc99e3e39c497f3a4bd76d5d3aac96) (cherry picked from commit fffe09f9d7a53d5d74bae6bafc2c7b7409a4babf)
2012-11-19added reset all groups functionsGaurav Sinha
(cherry picked from commit b090e8cf73480ba6bbf967bf1fbd8f59e1a8843d) Conflicts: scripts/firewall/vyatta-ipset.pl (cherry picked from commit 2c2cd1aef9eada852084ecebb3c76e468cc56a2a)
2012-11-19reset functions for named ipset rule implementation with commit lockGaurav Sinha
(cherry picked from commit 6b7808bf6c8dd9d1d9e993969358db2be135beff) Conflicts: scripts/firewall/vyatta-ipset.pl (cherry picked from commit 977f7ad60c252ed3c23176d5e764cd9231784fc7)
2012-11-19initial script for reset firewall group commandGaurav Sinha
(cherry picked from commit c10ab7f443c581ffd31779f6e32b0d28f5c8366f) (cherry picked from commit 2029744d3b7cc83b7568e3fa474c8d079efece38) Conflicts: scripts/firewall/vyatta-ipset.pl
2012-04-30service names with hyphen need to be escaped using square brackets.Gaurav Sinha
2011-08-29Fix Bug 7477 firewall group negation doesn't work in vc6.3Stig
* use Ipset.pm method rather than CLI path to validate group name when using group as a match condition in a firewall ruleset
2011-05-20add "two-stage commit" equivalent to previous fix for bug 5227.An-Cheng Huang
2011-05-03modify firewall groups to work with new commitnapa-devAn-Cheng Huang
2011-03-07more ipset 6.0 changeAn-Cheng Huang
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-03-18Fix firewall group parent delete while still referenced.Stig Thormodsrud
2010-03-17Fix 5453: can't delete "address" under "firewall group <> address-group <>"Stig Thormodsrud
2010-02-15Fix 5227: firewall group config can get out of sync with ipsetStig Thormodsrud
2009-07-31Another attempt to fix 4760.Stig Thormodsrud
(cherry picked from commit 4dadce6ebca29e6f6d7120a44541fd99034417f2)
2009-02-15Add support for ranges in firewall group address & port.Stig Thormodsrud
2009-02-13Add description and references to "show firewall group".Stig Thormodsrud
2009-02-13Add show-set to display all sets.Stig Thormodsrud
2009-02-13Add support for "show firewall group".Stig Thormodsrud
2009-02-06Add carriage return to error message.Stig Thormodsrud
2009-02-06Add validation of group type.Stig Thormodsrud
2009-02-02Add 1st pass of firewall group support (ipset netfilter moduleStig Thormodsrud
integration).