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
Age
Commit message (
Expand
)
Author
2009-02-18
Multiple updates for IPv6:
Bob Gilligan
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-12
Add check for combining network-group and address-group.
Stig Thormodsrud
2009-02-11
Add check for combination of IP range and network-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-05
display appropriate anywhere address depending on IPv4 or IPv6
Mohit Mehta
2009-02-04
Reduce duplicate code in setup/setupOrig.
Stig Thormodsrud
2009-02-03
Add validation that group and non-groups can't be used in the same src/dst rule.
Stig Thormodsrud
2009-02-03
Reduce duplicate code in setup/setupOrig.
Stig Thormodsrud
2009-02-03
Reduce duplicate code.
Stig Thormodsrud
2009-02-03
Fix perlcritic warnings
Stephen Hemminger
2009-02-03
Enable strict checking
Stephen Hemminger
2009-02-03
Remove prototype
Stephen Hemminger
2009-02-03
Fix call to returnValue that should be returnOrigValue.
Stig Thormodsrud
2009-02-02
Add 1st pass of firewall group support (ipset netfilter module
Stig Thormodsrud
2009-01-30
Fix Bug 2741 ENH: filter based on ICMP Type/code by name
Mohit Mehta
2009-01-29
Use iptables comment to identify CLI rule numbers in iptables output
Mohit Mehta
2009-01-26
Add support for IPv6 address ranges.
Bob Gilligan
2009-01-26
Fix Bug 2474 https://bugzilla.vyatta.com/show_bug.cgi?id=2474
Mohit Mehta
2009-01-23
Bugfix 4062: Don't reference parameters outside the config tree.
Bob Gilligan
2009-01-21
Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-firewall into jenner
Bob Gilligan
2009-01-21
Initial support for IPv6.
Bob Gilligan
2009-01-16
- Fix Bug 2223 Add rate rate limiting / burst limiting functions to the Vyatt...
Mohit Mehta
2009-01-14
Fix Bug 3653 Add the ability to configure time-based firewall rules
Mohit Mehta
2009-01-13
Fix Bug 3653 Add the ability to configure time-based firewall rules
Mohit Mehta
2008-12-22
Fix 2563: Add firewall-rule specific disable configuration parameter.
Stig Thormodsrud
2008-12-09
Warning are now enabled - don't reference undefined values.
Stig Thormodsrud
2008-12-08
Convert to use Vyatta::
Stig Thormodsrud
2008-12-03
add ipp2p config options
An-Cheng Huang
2008-11-25
Fix reference to Vyatta::Misc
Stephen Hemminger
2008-11-24
Convert VyattaConfig to Vyatta::Config
Stephen Hemminger
2008-11-24
Convert to Vyatta::Config
Stephen Hemminger
2008-11-21
Rename VyattaIpTablesRule to Vyatta::IpTables::Rule
Stephen Hemminger