diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2004-04-14 11:16:44 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2004-04-14 11:16:44 +0000 |
commit | 8373b3a382e06eb9bed6167f7d23496d06246d6f (patch) | |
tree | dde169258fc83befb510ca358950616c3484ebc4 /sbin/pfctl/pfctl_parser.h | |
parent | a1ecda1672af16d2de2846e2b6ebc4e14f5fcca4 (diff) |
make antispoof work with dynamic addresses. ok dhartmei@ mcbride@
Diffstat (limited to 'sbin/pfctl/pfctl_parser.h')
-rw-r--r-- | sbin/pfctl/pfctl_parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl_parser.h b/sbin/pfctl/pfctl_parser.h index 125201f4f4c..52de11f5b3d 100644 --- a/sbin/pfctl/pfctl_parser.h +++ b/sbin/pfctl/pfctl_parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_parser.h,v 1.74 2004/02/10 22:26:56 dhartmei Exp $ */ +/* $OpenBSD: pfctl_parser.h,v 1.75 2004/04/14 11:16:43 cedric Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -77,6 +77,7 @@ struct pfctl { struct node_if { char ifname[IFNAMSIZ]; u_int8_t not; + u_int8_t dynamic; /* antispoof */ u_int ifa_flags; struct node_if *next; struct node_if *tail; |