> Seems to me a possible direction for future work is to 'generify' > PF_ROUTE into a general kernel->userspace event reporting channel. > Rather than having dozens of different 'channels' (be they various > ioctls() that have to polled, PF_ROUTE, etc.) one extensible kernel > protocol could do this (there's precedent here in a certain other > Unix-like system).
Don't we already have that with sysevents (ddi_log_sysevent(9F))? -- meem
