Age | Commit message (Collapse) | Author | |
---|---|---|---|
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 | |
The AddressFilter module was reaching up the config tree to find a config parameter that was used to determine whether the address type was IPv4 or IPv6. This breaks when the functions are called from some locations in the config tree. I added explicity function calls to allow the caller to to set the IP version, obviating the need to reference a config parameter to determin the IP version. | |||
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 ↵ | Mohit Mehta | |
Vyatta firewall - Fix help strings for time-based firewall nodes | |||
2009-01-14 | Fix Bug 3653 Add the ability to configure time-based firewall rules | Mohit Mehta | |
- make available the option to use time with startdate and stopdate | |||
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 | |
Add reference line to pick up getPortRuleString. | |||
2008-11-24 | Convert VyattaConfig to Vyatta::Config | Stephen Hemminger | |
2008-11-24 | Convert to Vyatta::Config | Stephen Hemminger | |
Also move AddressFilter here because install is too stupid to handle directory hierarchy for perl. | |||
2008-11-21 | Rename VyattaIpTablesRule to Vyatta::IpTables::Rule | Stephen Hemminger | |