[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20071112.165656.149058082.davem@davemloft.net>
Date: Mon, 12 Nov 2007 16:56:56 -0800 (PST)
From: David Miller <davem@...emloft.net>
To: linkfanel@...oo.fr
Cc: netdev@...r.kernel.org, yoshfuji@...ux-ipv6.org,
rdenis@...phalempin.com
Subject: Re: [PATCH][IPv6] Add ifindex field in ND user option messages
From: Pierre Ynard <linkfanel@...oo.fr>
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 <linkfanel@...oo.fr>
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 majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists