CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2015/09/10 08:46:28
Modified files:
sys/net : route.c
Log message:
Stop supporting RTAX_IFP arguments with an interface name in the
sdl_data field, a la link_addr(3).
route(8)-like applications wanting to specify an ifp must set sdl_index
to the corresponding interface index.
Not mixing if_get() and ifunit() makes our life easier. The idea is to
have a minimum number of functions dealing w/ ifp refcount. Hopefully
if_get() will be the only one.
ok mikeb@, claudio@, dlg@