diff options
author | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-07 23:25:23 +0000 |
---|---|---|
committer | Angelos D. Keromytis <angelos@cvs.openbsd.org> | 2000-01-07 23:25:23 +0000 |
commit | 8dd062d96b8a3e9947333aac09e82100990916c8 (patch) | |
tree | 30fef15d3dd375818527e78ff903fb474b9f404d /sys/net/if_gre.h | |
parent | 4f231972f330b7bceccb7b8053a7a61fbcb87f29 (diff) |
Fix tcpdump -n -i greN (causes a panic in NetBSD)
Diffstat (limited to 'sys/net/if_gre.h')
-rw-r--r-- | sys/net/if_gre.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sys/net/if_gre.h b/sys/net/if_gre.h index c32e9423841..da1a37d9104 100644 --- a/sys/net/if_gre.h +++ b/sys/net/if_gre.h @@ -1,4 +1,4 @@ -/* $OpenBSD: if_gre.h,v 1.1 2000/01/07 21:37:30 angelos Exp $ */ +/* $OpenBSD: if_gre.h,v 1.2 2000/01/07 23:25:22 angelos Exp $ */ /* $NetBSD: if_gre.h,v 1.5 1999/11/19 20:41:19 thorpej Exp $ */ /* @@ -46,7 +46,6 @@ struct gre_softc { int gre_flags; struct in_addr g_src; /* source address of gre packets */ struct in_addr g_dst; /* destination address of gre packets */ - caddr_t gre_bpf; struct route route; /* routing entry that determines, where a encapsulated packet should go */ u_char g_proto; /* protocol of encapsulator */ |