> We have made /sbin/ndd to use libipadm.so for following modules ip, tcp, > udp and sctp. With this we could get rid of ND_SET/ND_GET/nd_load, et al > for these modules and both ndd and ipadm would be working on same copy > of the property in the kernel.
So this will also include changes to opensource software like Quagga that directly use the ND_GET and ND_SET ioctls? (They're not documented, but they are well-known.) Will we have a stable C API to replace those calls with? (For Quagga, it may be sufficient to change the code to use IFF_ROUTER, though note that IFF_ROUTER corresponds to ip_forwarding:<if>, not ip_forwarding.) -- meem
