Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 331447
Collapse All | Expand All

(-)iproute2-2.6.35.old/ip/iproute.c (-1 / +1 lines)
Lines 160-166 Link Here
160
	if (r->rtm_family == AF_INET6 && table != RT_TABLE_MAIN)
160
	if (r->rtm_family == AF_INET6 && table != RT_TABLE_MAIN)
161
		ip6_multiple_tables = 1;
161
		ip6_multiple_tables = 1;
162
162
163
	if (filter.cloned == !(r->rtm_flags&RTM_F_CLONED))
163
	if (filter.cloned && !(r->rtm_flags&RTM_F_CLONED))
164
		return 0;
164
		return 0;
165
165
166
	if (r->rtm_family == AF_INET6 && !ip6_multiple_tables) {
166
	if (r->rtm_family == AF_INET6 && !ip6_multiple_tables) {

Return to bug 331447