CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/06/22 22:26:51
Modified files:
usr.sbin/ospfd : kroute.c
Log message:
fetchifs and fetchtable return -1 on error, not !0. in fact, they return
the number of bytes they processed from the kernel on success, so testing
against 0 meant that the fib reload code always dropped out early.
found by andrew sallaway
ok claudio@
