Thinking about IPv6 and DEPRECATED addresses

2007-02-28 Thread Randall Stewart
All: I have been deep in the middle of breaking SCTP's dependencies on looking at ifa structures... One of the problems I have run in to is that V6 has this additional set of flags: ifa6->ia6_flags And it can have things like: IN6_IFF_DEPRECATED IN6_IFF_DETACHED IN6_IFF_ANYCAST IN6_IFF_NOTREADY

Re: Thinking about IPv6 and DEPRECATED addresses

2007-02-28 Thread Max Laier
On Wednesday 28 February 2007 09:47, Randall Stewart wrote: > All: > > I have been deep in the middle of breaking SCTP's dependencies on > looking at ifa structures... > > One of the problems I have run in to is that V6 has this > additional set of flags: > ifa6->ia6_flags > > And it can have thing

Re: Thinking about IPv6 and DEPRECATED addresses

2007-03-01 Thread Tsuyoshi MOMOSE
On 2007/02/28, at 20:33, Max Laier wrote: So, I am contemplating adding to rtsock.c the ability to send these types of events up. I am thinking on adding this there for two reasons.. a) SCTP already hooks into the routing socket to get interface changes. and b) It may well be a relevant f

Re: Thinking about IPv6 and DEPRECATED addresses

2007-03-02 Thread Randall Stewart
Tsuyoshi MOMOSE wrote: On 2007/02/28, at 20:33, Max Laier wrote: So, I am contemplating adding to rtsock.c the ability to send these types of events up. I am thinking on adding this there for two reasons.. a) SCTP already hooks into the routing socket to get interface changes. and b) It

Re: Thinking about IPv6 and DEPRECATED addresses

2007-03-04 Thread Tsuyoshi MOMOSE
On 2007/03/02, at 21:59, Randall Stewart wrote: Well it might meet some of them.. I need to know when DAD is done, but also if a interface detaches.. aka stops hearing the RT adverts.. and then later starts hearing them again.. I was thinking of all the various states V6 addresses go through..