diff options
author | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-25 16:33:20 +0000 |
---|---|---|
committer | Cedric Berger <cedric@cvs.openbsd.org> | 2003-01-25 16:33:20 +0000 |
commit | e1c43c015fbc0323218ca4640bd60329ede04839 (patch) | |
tree | f76c281bfad756f43728d3f8f387c24a1a4d50dc /sbin/pfctl/pfctl_parser.h | |
parent | 8bfd6ca75c27fc7672a6892648629aec0c53a7b8 (diff) |
Permit initialisation of a table content from a file in pf.conf.
Cleaning up of the table options parsing, more flexible.
idea+cleanup deraadt@, ok dhartmei@, pass all regress tests.
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 3118279b122..edca0ac2be1 100644 --- a/sbin/pfctl/pfctl_parser.h +++ b/sbin/pfctl/pfctl_parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: pfctl_parser.h,v 1.41 2003/01/18 15:00:24 cedric Exp $ */ +/* $OpenBSD: pfctl_parser.h,v 1.42 2003/01/25 16:33:19 cedric Exp $ */ /* * Copyright (c) 2001 Daniel Hartmeier @@ -117,6 +117,7 @@ int eval_pfqueue(struct pfctl *, struct pf_altq *, u_int32_t, u_int16_t); void pfctl_begin_table(void); void pfctl_append_addr(char *, int, int); +void pfctl_append_file(char *); void pfctl_define_table(char *, int, int); void pfctl_commit_table(void); |