[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Advantages and disadvantages of using CB64 type of identifiers



Erik Nordmark wrote:
Are you saying we should treat applications as black boxes and be prepared to handle any combination of actions from all of them?


Yes.

I hate to inject reality, but I think Erik is correct. Thousands of applications believe that an address is an address is an address, and only see addresses via the socket API. We have to accept that.

The good news about porting apps to IPv6 is that it is easy, if a little
boring, since no redesign is needed. Multi6 won't get deployed if it
breaks that property.

Brian

If we can't do that we have to require application changes (or configuration external to the applications) so that the stack can know what requirements the applications have on the identifiers they use.

(Requring such application changes is quite different than for instance
suggesting that applications that do callbacks or referrals invoke some new
API or do something different to take *full advantage* of multihoming.)

Erik