How to receive DAD notifications in userspace

Murali Annamneni a.murali at hcl.com
Thu Jan 31 12:13:53 EST 2013


Hi,

I'm trying to  retrieve DAD(duplicate address detection) notifications in userspace using netlink sockets.

The code snippet is -
struct sockaddr_nl addr;
sock = socket(PF_NETLINK, SOCK_RAW, NETLINK_ROUTE)
addr.nl_family = AF_NETLINK;
addr.nl_groups = RTMGRP_IPV6_IFADDR;

I'm receiving notifications when an ipv6 address added/deleted for an interface.
But I'm not receiving any notifications when the address is in tentative state(dadfailed)
I think I have to play with members of struct sockaddr_nl by setting proper values to receive notifications properly.

Can anyone please tell me what's wrong in my code .


Thanks & Regards
Murali Annamneni



::DISCLAIMER::
----------------------------------------------------------------------------------------------------------------------------------------------------

The contents of this e-mail and any attachment(s) are confidential and intended for the named recipient(s) only.
E-mail transmission is not guaranteed to be secure or error-free as information could be intercepted, corrupted,
lost, destroyed, arrive late or incomplete, or may contain viruses in transmission. The e mail and its contents
(with or without referred errors) shall therefore not attach any liability on the originator or HCL or its affiliates.
Views or opinions, if any, presented in this email are solely those of the author and may not necessarily reflect the
views or opinions of HCL or its affiliates. Any form of reproduction, dissemination, copying, disclosure, modification,
distribution and / or publication of this message without the prior written consent of authorized representative of
HCL is strictly prohibited. If you have received this email in error please delete it and notify the sender immediately.
Before opening any email and/or attachments, please check them for viruses and other defects.

----------------------------------------------------------------------------------------------------------------------------------------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.kernelnewbies.org/pipermail/kernelnewbies/attachments/20130131/8c121c84/attachment.html 


More information about the Kernelnewbies mailing list