git: sys/net: Rename if_route_dispatch to if_up_dispatch
Roy Marples
roy at crater.dragonflybsd.org
Tue Sep 10 07:05:12 PDT 2019
commit e782981ca07d621e7444622c6da4510a8d57c10b
Author: Roy Marples <roy at marples.name>
Date: Tue Sep 10 15:02:03 2019 +0100
sys/net: Rename if_route_dispatch to if_up_dispatch
The word route here is misleading and is heavily influenced with
the addition of removed subnet routes when taken down which is
no longer the case.
While here, remove pointless flag and family from the message
object.
Do the same for unroute.
Summary of changes:
sys/net/if.c | 64 ++++++++++++++++++++----------------------------------------
1 file changed, 21 insertions(+), 43 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/e782981ca07d621e7444622c6da4510a8d57c10b
--
DragonFly BSD source repository
More information about the Commits
mailing list