index
:
vyatta-cfg-firewall.git
bug6860
crux
current
daisy
equuleus
glendale
helium
hollister
hollywood
hydrogen
hydrogen-test
islavista
jenner
kenwood
larkspur
lithium
master
mendocino
napa
napa-dev
oxnard
oxnard-nat-enhancements
pacifica
pbr
upstream
Configuration templates and scripts for the firewall subsystem. (mirror of https://github.com/vyos/vyatta-cfg-firewall.git)
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Vyatta
/
IpTables
/
IpSet.pm
Age
Commit message (
Expand
)
Author
2018-06-24
Merge branch 'current' into lithium
lithium
Daniil Baturin
2018-04-11
Task T35 - fixing prune_deleted_sets for inet6 family
Marian Tudosoiu
2018-03-26
Task T35 - fixing scoping rules
mtudosoiu
2018-03-23
Task T35 change to solve port-group issue
Marian Tudosoiu
2018-03-14
Task T35 place ipv6 groups under group config tree
mtudosoiu
2018-03-12
Task T35 - add support for IPv6 firewall adddress and network groups
Marian Tudosoiu
2015-12-22
Remove dead code from the IPset module.
Daniil Baturin
2015-12-12
vyatta-cfg-firewall: update network-group check to allow "this" network
Alex Harpin
2015-12-12
vyatta-cfg-firewall: formatting changes for style consistency
Alex Harpin
2014-08-02
Bug #128: do not call ipset for every port/address in range.
Daniil Baturin
2013-01-22
Fixing 8622
Gaurav Sinha
2012-11-20
Fix rc usage as per ispet_delete and other commands
Gaurav Sinha
2012-11-19
Add signal handler to handle CTRL+C to avoid commit blockade on lock file
Gaurav Sinha
2012-11-19
added reset all groups functions
Gaurav Sinha
2012-11-19
reset functions for named ipset rule implementation with commit lock
Gaurav Sinha
2012-11-19
initial script for reset firewall group command
Gaurav Sinha
2012-04-30
service names with hyphen need to be escaped using square brackets.
Gaurav Sinha
2011-05-03
modify firewall groups to work with new commit
napa-dev
An-Cheng Huang
2011-03-04
changes for ipset 6.0
An-Cheng Huang
2010-10-30
Fix 5247: Firewall groups CLI becomes out of sync with ipset when sets and de...
Stig Thormodsrud
2010-08-11
get rid of lintian warnings
An-Cheng Huang
2010-07-13
Fix Bug 5744 unable to use firewall group with recent match condition
Mohit Mehta
2010-03-17
Fix 5453: can't delete "address" under "firewall group <> address-group <> "
Stig Thormodsrud
2010-02-15
Fix 5227: firewall group config can get out of sync with ipset
Stig Thormodsrud
2010-02-12
Fix 5326: firewall group address range wraps at 255.
Stig Thormodsrud
2010-01-22
Fix 5248: Firewall config and show commands hang when showing and committing ...
Stig Thormodsrud
2009-06-15
Fix negate of firewall group.
Stig Thormodsrud
2009-02-27
Limit address range to a /24, but make easy to change if it's deam too restri...
Stig Thormodsrud
2009-02-16
- Add check for address range starting with higher address.
Stig Thormodsrud
2009-02-15
Reduce duplicate code.
Stig Thormodsrud
2009-02-15
Change delete_member_range to use the same subnet prefix.
Stig Thormodsrud
2009-02-15
Add support for ranges in firewall group address & port.
Stig Thormodsrud
2009-02-13
Add description and references to "show firewall group".
Stig Thormodsrud
2009-02-13
Cache exists() to reduce calls to external /usr/sbin/ipset.
Stig Thormodsrud
2009-02-13
Add support for "show firewall group".
Stig Thormodsrud
2009-02-10
Change sudo usage to be more consistent.
Stig Thormodsrud
2009-02-10
Clean up mapping between vyatta firewall group_type vs ipset set_type.
Stig Thormodsrud
2009-02-10
Add space in front of match rule just in case other match rules don't.
Stig Thormodsrud
2009-02-10
Add more validation of firewall network-group before calling ipset.
Stig Thormodsrud
2009-02-10
Add more firewall group validation before calling ipset.
Stig Thormodsrud
2009-02-06
Add validation of group type.
Stig Thormodsrud
2009-02-03
Fix perlcritic warnings
Stephen Hemminger
2009-02-02
Add 1st pass of firewall group support (ipset netfilter module
Stig Thormodsrud