diff options
Diffstat (limited to 'sys')
-rw-r--r-- | sys/net/pf.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/sys/net/pf.c b/sys/net/pf.c index 558bb708d17..c77639088b0 100644 --- a/sys/net/pf.c +++ b/sys/net/pf.c @@ -1,4 +1,4 @@ -/* $OpenBSD: pf.c,v 1.19 2001/06/25 00:14:57 niklas Exp $ */ +/* $OpenBSD: pf.c,v 1.20 2001/06/25 01:00:35 provos Exp $ */ /* * Copyright (c) 2001, Daniel Hartmeier @@ -1788,9 +1788,7 @@ pf_test(int direction, struct ifnet *ifp, struct mbuf **m) } default: - printf("packetfilter: dropping unsupported protocol"); - print_ip(ifp, h); - action = PF_DROP; + action = PF_PASS; break; } |