Hello, I found something interesting, when opening a routing socket using

    sock = socket(AF_ROUTE, SOCK_RAW, AF_INET);

no RTM_DELETE messages are reported, unless errno != 0. When opened using
the last argument == 0 (AF_UNSPEC), it reports all operations.
Is this a bug or a feature, and what's the reason for it?

-- 
Players win and winners play
Have a lucky day

To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-net" in the body of the message

Reply via email to