Re: Re : Re : [PATCH][IPv6] Add ifindex field in ND user option messages

2007-11-12 Thread David Miller
From: Pierre Ynard <[EMAIL PROTECTED]> Date: Tue, 13 Nov 2007 01:19:47 + (GMT) > > > > Unfortunately you cannot change the layout of a structure > > > > already exported to userspace, it is part of the ABI. > > > > > > Well, I thought it would not be a problem, as it is not exactly > > > rele

Re : Re : [PATCH][IPv6] Add ifindex field in ND user option messages

2007-11-12 Thread Pierre Ynard
> > > Unfortunately you cannot change the layout of a structure > > > already exported to userspace, it is part of the ABI. > > > > Well, I thought it would not be a problem, as it is not exactly > > released yet. We are also currently developping the > > corresponding RDNSS daemon and would be to

Re : [PATCH][IPv6] Add ifindex field in ND user option messages

2007-11-12 Thread Pierre Ynard
> Unfortunately you cannot change the layout of a structure > already exported to userspace, it is part of the ABI. Well, I thought it would not be a problem, as it is not exactly released yet. We are also currently developping the corresponding RDNSS daemon and would be totally ready to handle th

Re: Re : [PATCH][IPv6] Add ifindex field in ND user option messages

2007-11-12 Thread David Miller
From: Pierre Ynard <[EMAIL PROTECTED]> Date: Tue, 13 Nov 2007 01:08:26 + (GMT) > > Unfortunately you cannot change the layout of a structure > > already exported to userspace, it is part of the ABI. > > Well, I thought it would not be a problem, as it is not exactly > released yet. We are als

Re: [PATCH][IPv6] Add ifindex field in ND user option messages

2007-11-12 Thread David Miller
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