Subject: SIOCAIFADDR does not report additions to routing socket To: None <tech-net@netbsd.org> From: Jun-ichiro itojun Hagino <itojun@iijlab.net> List: tech-net Date: 04/05/2001 17:43:32
on SIOCAIFADDR ioctl, we do not call in_ifinit() or relevant functions.
therefore, there will be no announcements made to routing sockets
(like RTM_NEWADDR). what is the right thing to do? move call to
rt_newaddrmsg() out of ifinit()?
itojun