scripts/firewall/vyatta-firewall.pl | 10 +--------- 1 files changed, 1 insertion(+), 9 deletions(-)
New commits: commit 68c50c0fd6c97e89598fffae230127d249e94cf1 Author: Bob Gilligan <[email protected]> Date: Wed Mar 4 11:55:40 2009 -0800 Don't attempt to delete ruleset from "other" trees When a ruleset was being applied to an interface, the code previously attempted to find out if that ruleset name was being applied to that same interface and in the same direction, but under a different "tree" name (e.g. "name", "ipv6-name", "modify", etc.). If it found a match, it would delete the other rule. But the matching logic was insufficient, so it killed off some random other rule instead. There is really no need to perform this check anyway, so I have removed it. http://suva.vyatta.com/git/?p=vyatta-cfg-firewall.git;a=commitdiff;h=68c50c0fd6c97e89598fffae230127d249e94cf1 _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
