]> CyberLeo.Net >> Repos - FreeBSD/stable/9.git/commit
MFC r270348:
authormarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 6 Sep 2014 04:33:37 +0000 (04:33 +0000)
committermarkj <markj@ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f>
Sat, 6 Sep 2014 04:33:37 +0000 (04:33 +0000)
commit6fd5ea7e7a4a9137b636d41a34fb42b34de0930a
tree34eabdd1b4da89f86a2e04635f11521ba7968e39
parent3fd0ac4e9d610c14ddaf1f2e275857d23cce8293
MFC r270348:
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.

MFC r270349:
Suppress warnings when retrieving protocol stats from interfaces that
don't support IPv6 (e.g. pflog(4)).

PR: 189117

git-svn-id: svn://svn.freebsd.org/base/stable/9@271184 ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
sys/netinet6/in6.c
sys/netinet6/scope6.c
sys/netinet6/scope6_var.h
usr.bin/netstat/inet6.c