summaryrefslogtreecommitdiff
path: root/sys/net/if_pflow.c
diff options
context:
space:
mode:
authorMartin Pieuchot <mpi@cvs.openbsd.org>2017-01-20 00:51:57 +0000
committerMartin Pieuchot <mpi@cvs.openbsd.org>2017-01-20 00:51:57 +0000
commit50809cc93ee0611a6bc7fe6a10ed950c95a02f17 (patch)
tree8f97c32f34567ba085c2d2a6f22e11b5fac3a266 /sys/net/if_pflow.c
parent913d8aae97aa017bb85203c4ea90119f18ab4336 (diff)
No need to handle SIOCAIFADDR in drivers, it's never passed down to
them. ok claudio@
Diffstat (limited to 'sys/net/if_pflow.c')
-rw-r--r--sys/net/if_pflow.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_pflow.c b/sys/net/if_pflow.c
index 793eaee3d4c..50a2a2cd1da 100644
--- a/sys/net/if_pflow.c
+++ b/sys/net/if_pflow.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: if_pflow.c,v 1.68 2017/01/18 08:48:06 florian Exp $ */
+/* $OpenBSD: if_pflow.c,v 1.69 2017/01/20 00:51:56 mpi Exp $ */
/*
* Copyright (c) 2011 Florian Obser <florian@narrans.de>
@@ -455,7 +455,6 @@ pflowioctl(struct ifnet *ifp, u_long cmd, caddr_t data)
switch (cmd) {
case SIOCSIFADDR:
- case SIOCAIFADDR:
case SIOCSIFDSTADDR:
case SIOCSIFFLAGS:
if ((ifp->if_flags & IFF_UP) && sc->so != NULL) {