Makefile | 4 +++- debian/changelog | 14 ++++++++++++++ include/SNAPSHOT.h | 2 +- ip/ipaddress.c | 34 +++++++++++++++++++++++----------- ip/iproute.c | 1 + lib/libnetlink.c | 23 ++++++++++++++++------- 6 files changed, 58 insertions(+), 20 deletions(-)
New commits: commit eda6d72652b60a41d4cb64e868b55c26d8c76c44 Author: Stephen Hemminger <[email protected]> Date: Thu Nov 18 15:30:55 2010 -0800 20100804-vyatta4 commit 67f7cdcbe8c5b0b297ccf19d8c9b5ed995e2bf67 Author: Stephen Hemminger <[email protected]> Date: Thu Nov 18 15:25:38 2010 -0800 Workaround for repeated distclean The subdirectory makefiles need Config file to exist. Therefore create it, then run make clean, then remove it. (cherry picked from commit 82408fc17dcc44ccfad82ad7ae00fc815b311b98) commit daa10c8af6031f10168639b7fd3c181a5d788ee1 Author: Stephen Hemminger <[email protected]> Date: Mon Aug 23 08:14:38 2010 -0700 Snapshot for 2.6.35.1 commit c73f3e02f8ae25e5daad0367690a3069895dd8a3 Author: Ulrich Weber <[email protected]> Date: Thu Aug 12 11:05:19 2010 +0200 iproute2: dont filter cached routes on iproute_get iproute_get will return cloned routes for IPv4 and cloned as well non-cloned routes for IPv6. Therefore RTM_F_CLONED flag should not be checked for iproute_get routes. Check in print_route will always fail because valid values are 0 and 1. Signed-off-by: Ulrich Weber <[email protected]> commit 3bc1c4f29777171b484d36abf673667e3729202b Author: Ben Greear <[email protected]> Date: Mon Aug 16 10:00:08 2010 -0700 iproute2: Fix filtering related to flushing IP addresses. The old 'ip addr flush' logic had several flaws: * It reversed logic for primary v/s secondary flags (though, it sort of worked right anyway) * The code tried to remove secondaries and then primaries, but in practice, it always removed one primary per loop, which not at all efficient. * The filter logic in the core would run only the first filter in most cases. * If you used '-s -s', the ifa_flags member would be modified, which could make future filters fail to function fine. This patch attempts to fix all of these issues. Tested-by: Brian Haley <[email protected]> Signed-off-by: Ben Greear <[email protected]> http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=eda6d72652b60a41d4cb64e868b55c26d8c76c44 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=67f7cdcbe8c5b0b297ccf19d8c9b5ed995e2bf67 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=daa10c8af6031f10168639b7fd3c181a5d788ee1 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=c73f3e02f8ae25e5daad0367690a3069895dd8a3 http://suva.vyatta.com/git/?p=vyatta-iproute.git;a=commitdiff;h=3bc1c4f29777171b484d36abf673667e3729202b _______________________________________________ svn mailing list [email protected] http://mailman.vyatta.com/mailman/listinfo/svn
