In the method FibConfigEntryGetNetlinkSocket::parse_buffer_netlink_socket(...)
there is a big for loop, but most of the case statements seem to break out
or return, especially the
         case RTM_NEWROUTE:
        case RTM_DELROUTE:
        case RTM_GETROUTE:

Is this on purpose, or should the line below be
changed to not return out of the method?

return (NlmUtils::nlm_get_to_fte_cfg(iftree, fte, nlh, rtmsg,
                                                 rta_len));

Thanks,
Ben

-- 
Ben Greear <[EMAIL PROTECTED]>
Candela Technologies Inc  http://www.candelatech.com

_______________________________________________
Xorp-hackers mailing list
[email protected]
http://mailman.ICSI.Berkeley.EDU/mailman/listinfo/xorp-hackers

Reply via email to