git: if_clone: Fix if_clone_event invocation
Aaron LI
aly at crater.dragonflybsd.org
Sat Aug 4 20:59:14 PDT 2018
commit 0de0168f3274e2e1ddf79404ed32abbef82a8893
Author: Aaron LI <aly at aaronly.me>
Date: Thu Jun 21 08:42:16 2018 +0800
if_clone: Fix if_clone_event invocation
As the parameter passed to the "if_clone_event" handler indicates, this
event should be triggered when a new interface cloner is *attached*,
rather than when a clone interface is created. (Based on FreeBSD)
Update the eventhandler.9 man page accordingly.
Summary of changes:
share/man/man9/EVENTHANDLER.9 | 6 +++---
sys/net/if_clone.c | 5 ++---
2 files changed, 5 insertions(+), 6 deletions(-)
http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/0de0168f3274e2e1ddf79404ed32abbef82a8893
--
DragonFly BSD source repository
More information about the Commits
mailing list