]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add some missing checks for unsupported interfaces (e.g. pflog(4)) when
authorMark Johnston <markj@FreeBSD.org>
Fri, 22 Aug 2014 19:21:08 +0000 (19:21 +0000)
committerMark Johnston <markj@FreeBSD.org>
Fri, 22 Aug 2014 19:21:08 +0000 (19:21 +0000)
commit5fc263228151d48e246fc278ba257c535b6c9e38
tree49d88f924a489620ff9a9ddc2ba91de56c4929c5
parenta7f77a395017568a3c94ab5e89c01144880e172a
Add some missing checks for unsupported interfaces (e.g. pflog(4)) when
handling ioctls. While here, remove duplicated checks for a NULL ifp in
in6_control(): this check is already done near the beginning of the
function.

PR: 189117
Reviewed by: hrs
MFC after: 2 weeks
sys/netinet6/in6.c
sys/netinet6/scope6.c
sys/netinet6/scope6_var.h