From: Pierre Ynard <[EMAIL PROTECTED]>
Date: Tue, 13 Nov 2007 01:54:13 +0100

> Userland neighbor discovery options are typically heavily involved with
> the interface on which thay are received: add a missing ifindex field to
> the original struct. Thanks to Rémi Denis-Courmont.
> 
> Signed-off-by: Pierre Ynard <[EMAIL PROTECTED]>

Unfortunately you cannot change the layout of a structure
already exported to userspace, it is part of the ABI.

You'll need to create a new netlink attribute or similar
in order to provide this information.
-
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to