summaryrefslogtreecommitdiffstats
path: root/sys/net/pfvar.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/net/pfvar.h')
-rw-r--r--sys/net/pfvar.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/net/pfvar.h b/sys/net/pfvar.h
index 2a6e50ccefc..f237a2fd419 100644
--- a/sys/net/pfvar.h
+++ b/sys/net/pfvar.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: pfvar.h,v 1.336 2011/07/04 06:54:49 claudio Exp $ */
+/* $OpenBSD: pfvar.h,v 1.337 2011/07/04 18:12:51 bluhm Exp $ */
/*
* Copyright (c) 2001 Daniel Hartmeier
@@ -1231,7 +1231,7 @@ struct pf_pdesc {
u_int16_t ndport; /* dst port after NAT */
u_int32_t p_len; /* total length of payload */
- u_int32_t rh_cnt; /* # of routing headers */
+ u_int32_t badopts; /* v4 options or v6 routing headers */
u_int16_t *ip_sum;
u_int16_t *proto_sum;