Erik Nordmark wrote: > Darren Reed wrote: >> Erik Nordmark wrote: >> >>> Darren Reed wrote: >>> >>>> You've picked up on something I left out, which means I'll need to >>>> update the spec >>>> and resend. >>>> >>>> What I left out was providing the means to listen on and receive >>>> updates to: >>>> - protocols being added/removed >>>> - events being added/removed >>>> - hooks fpr events being added/removed >>> >>> >>> OK >> >> >> Of these, the first (protocol addition/removal) is implied by >> the creation of a new IP instance. The other two require >> separate notification. > > That assumes all protocols are up and running in the kernel before the > first interested consumer. Do we know that is the case?
What I think you're missing is that all instances of a protocol are to be announced via the net_instance_* mechanism, not just those that are created at run time as zones with exclusive instances are added. Darren
