CVSROOT:        /cvs
Module name:    src
Changes by:     [email protected]    2010/02/22 06:28:01

Modified files:
        usr.sbin/ospfd : kroute.c 

Log message:
dedup some code a bit. rather than have the same code in fetchifs and
dispatch_rtmsg, factor the message handling out. both fetchifs and
dispatch_rtmsg get a buffer full of messages and then run it through a
parser. now they get their buffers and pass it to rtmsg_process.

ok claudio@

Reply via email to