On 08/25/2009 07:46 PM, Thomas Anders wrote:
> Jan Safranek wrote:
>> This patch advances to the next route from netlink if CONTAINER_INSERT
>> fails.
>
> +1
>
> Has the patch been tested on a system with and/or without the (former) loop 
> problem?

Sure, tested on both. It's not that difficult to reproduce it:

- add some IPv6 address to an interface:
# ifconfig eth0 inet6 add 2001:0db8:0:f101::2/64

- add two default routes with same destination
# route -A inet6 add default gw 2001:0db8:0:f101::1 metric 1
# route -A inet6 add default gw 2001:0db8:0:f101::1 metric 2
# route -A inet6
Destination  Next Hop             Flags Metric Ref    Use Iface
*/0          2001:db8:0:f101::1   UG    1      0        0 eth0
*/0          2001:db8:0:f101::1   UG    2      0        0 eth0
...

- start snmpd and walk through ipDefaultRouterTable
# service snmpd start
# snmpwalk -v2c -c public localhost ipDefaultRouterTable
Timeout: No Response from localhost

- and snmpd is in the loop

Jan

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Net-snmp-coders mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/net-snmp-coders

Reply via email to