diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-07 19:33:04 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2002-06-07 19:33:04 +0000 |
commit | d88fa8decb468dbf99d40a241f6405442916e579 (patch) | |
tree | 6b10dfd92439f12c0af8ffe248047e37944f99e0 /sbin/pfctl/pfctl_parser.h | |
parent | 809d91b9fbe7b54ac8b35443994575c8c47810da (diff) |
allow using $srcaddr, $srcport, $dstaddr and $dstport in rule labels,
evaluated at parse time.
ok dhartmei@
Diffstat (limited to 'sbin/pfctl/pfctl_parser.h')
-rw-r--r-- | sbin/pfctl/pfctl_parser.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/sbin/pfctl/pfctl_parser.h b/sbin/pfctl/pfctl_parser.h index 06c8e79ff51..e3773439cd8 100644 --- a/sbin/pfctl/pfctl_parser.h +++ b/sbin/pfctl/pfctl_parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_parser.h,v 1.17 2002/06/06 22:22:44 mickey Exp $ */ +/* $OpenBSD: pfctl_parser.h,v 1.18 2002/06/07 19:33:03 henning Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -68,6 +68,8 @@ void print_binat(struct pf_binat *); void print_rdr(struct pf_rdr *); void print_status(struct pf_status *); +int unmask(struct pf_addr *, u_int8_t); + struct icmptypeent { char *name; u_int8_t type; |