lib/Vyatta/IpTables/AddressFilter.pm | 21 ++++++++++++++------- lib/Vyatta/IpTables/Rule.pm | 14 ++++++++++++++ scripts/firewall/vyatta-firewall.pl | 13 +++++++++++++ 3 files changed, 41 insertions(+), 7 deletions(-)
New commits: commit 1f1d31163c347ace7b8e288363235ea22651916f Author: Bob Gilligan <[email protected]> Date: Fri Jan 23 13:59:37 2009 -0800 Bugfix 4062: Don't reference parameters outside the config tree. 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. http://suva.vyatta.com/git/?p=vyatta-cfg-firewall.git;a=commitdiff;h=1f1d31163c347ace7b8e288363235ea22651916f _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
