diff options
author | 2007-10-18 21:58:18 +0000 | |
---|---|---|
committer | 2007-10-18 21:58:18 +0000 | |
commit | 42629fc66cb9785d5f716a7c6347f2d354a0263f (patch) | |
tree | 3696766710599604f9d7c58f4539896e4a245381 | |
parent | minor tweaks for previous; (diff) | |
download | wireguard-openbsd-42629fc66cb9785d5f716a7c6347f2d354a0263f.tar.xz wireguard-openbsd-42629fc66cb9785d5f716a7c6347f2d354a0263f.zip |
There is no point for IP addresses on pflog(4)
OK dhartmei@, henning@
-rw-r--r-- | sys/net/if_pflog.c | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/sys/net/if_pflog.c b/sys/net/if_pflog.c index 26818e939be..1517563bf1a 100644 --- a/sys/net/if_pflog.c +++ b/sys/net/if_pflog.c @@ -1,4 +1,4 @@ -/* $OpenBSD: if_pflog.c,v 1.25 2007/09/16 16:00:27 pyr Exp $ */ +/* $OpenBSD: if_pflog.c,v 1.26 2007/10/18 21:58:18 mpf Exp $ */ /* * The authors of this code are John Ioannidis (ji@tla.org), * Angelos D. Keromytis (kermit@csd.uch.gr) and @@ -191,9 +191,6 @@ int pflogioctl(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) ifp->if_flags |= IFF_RUNNING; |