summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2009-02-13Add show-set to display all sets.Stig Thormodsrud
2009-02-13Cache exists() to reduce calls to external /usr/sbin/ipset.Stig Thormodsrud
2009-02-13Add support for "show firewall group".Stig Thormodsrud
2009-02-12Add check for combining network-group and address-group.Stig Thormodsrud
2009-02-12Add firewall group nodes to firewall modify.Stig Thormodsrud
2009-02-12Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-firewall into jennerStig Thormodsrud
2009-02-12Add allow values for firewall groups.Stig Thormodsrud
2009-02-12no need to use loop to echo allowed valuesMohit Mehta
2009-02-120.13.7-6debian/0.13.7-6Mohit Mehta
2009-02-12better off storing icmp type-names than depend on iptables helpMohit Mehta
2009-02-11Add check for combination of IP range and network-group.Stig Thormodsrud
2009-02-10Change sudo usage to be more consistent.Stig Thormodsrud
2009-02-10Clean up mapping between vyatta firewall group_type vs ipset set_type.Stig Thormodsrud
2009-02-10Add space in front of match rule just in case other match rules don't.Stig Thormodsrud
2009-02-10Add more validation of firewall network-group before calling ipset.Stig Thormodsrud
2009-02-10Add more firewall group validation before calling ipset.Stig Thormodsrud
2009-02-09Add back parameter that was dropped when converting to use run_cmd().Stig Thormodsrud
2009-02-090.13.7-5debian/0.13.7-5Stig Thormodsrud
2009-02-06Add carriage return to error message.Stig Thormodsrud
2009-02-06Add validation of group type.Stig Thormodsrud
2009-02-06Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-firewall into jennerStig Thormodsrud
2009-02-050.13.7-4debian/0.13.7-4Mohit Mehta
2009-02-05changing debian version stringMohit Mehta
2009-02-05debian/0.13.7-3debian/debian/0.13.7-3debian/0.13.7-3Mohit Mehta
2009-02-05display appropriate anywhere address depending on IPv4 or IPv6Mohit Mehta
protocol should be displayed as all when no protocol set
2009-02-04Delete commented out code.Stig Thormodsrud
2009-02-04Reduce duplicate code in setup/setupOrig.Stig Thormodsrud
2009-02-03Add validation that group and non-groups can't be used in the same src/dst rule.Stig Thormodsrud
2009-02-03Reduce duplicate code in setup/setupOrig.Stig Thormodsrud
2009-02-03Reduce duplicate code.Stig Thormodsrud
2009-02-030.13.7-2debian/0.13.7-2Stephen Hemminger
2009-02-03Turn on strict checking and fix warningsStephen Hemminger
Turn on strict checking and fix the resulting errors. Get rid of perlcritic warnings.
2009-02-03Fix perlcritic warningsStephen Hemminger
Should not explicitly return undef
2009-02-03Enable strict checkingStephen Hemminger
Enable strict perl checking.
2009-02-03Remove prototypeStephen Hemminger
Perl prototypes are broken and should never be used (see Perl Best Practices).
2009-02-03Fix call to returnValue that should be returnOrigValue.Stig Thormodsrud
2009-02-02Add 1st pass of firewall group support (ipset netfilter moduleStig Thormodsrud
integration).
2009-02-02Bugfix 4052: Support PPPOE over an ethernet VIF.Bob Gilligan
2009-02-02Rever to specific IP version in help text.Bob Gilligan
2009-01-300.13.7-1debian/0.13.7-1Mohit Mehta
2009-01-30Fix Bug 2741 ENH: filter based on ICMP Type/code by nameMohit Mehta
2009-01-300.13.7debian/0.13.7Mohit Mehta
2009-01-29Use iptables comment to identify CLI rule numbers in iptables outputMohit Mehta
2009-01-26Merge branch 'jenner' of http://git.vyatta.com/vyatta-cfg-firewall into jennerBob Gilligan
2009-01-26Add support for IPv6 address ranges.Bob Gilligan
2009-01-260.13.6debian/0.13.6Mohit Mehta
2009-01-26Fix Bug 2474 https://bugzilla.vyatta.com/show_bug.cgi?id=2474Mohit Mehta
2009-01-230.13.5debian/0.13.5Bob Gilligan
2009-01-23Bugfix 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-220.13.4debian/0.13.4Bob Gilligan