summaryrefslogtreecommitdiff
path: root/usr.sbin/authpf/authpf.c
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-11-14 15:31:08 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-11-14 15:31:08 +0000
commit99a441cddb6f2025ba6ef77c1e95efdbc6dd53ea (patch)
tree0655a8b29434fa9468f1b434a77fea5fbab1ba21 /usr.sbin/authpf/authpf.c
parent6fb190043f04ff7f5260559ac45bd87ae9ea616a (diff)
catch up with pfctl changes
Diffstat (limited to 'usr.sbin/authpf/authpf.c')
-rw-r--r--usr.sbin/authpf/authpf.c9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr.sbin/authpf/authpf.c b/usr.sbin/authpf/authpf.c
index 0f26f830aef..f326148d8ad 100644
--- a/usr.sbin/authpf/authpf.c
+++ b/usr.sbin/authpf/authpf.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: authpf.c,v 1.70 2003/09/26 21:44:09 cedric Exp $ */
+/* $OpenBSD: authpf.c,v 1.71 2003/11/14 15:31:07 henning Exp $ */
/*
* Copyright (C) 1998 - 2002 Bob Beck (beck@openbsd.org).
@@ -858,6 +858,13 @@ pfctl_set_limit(struct pfctl *pf, const char *opt, unsigned int limit)
}
int
+pfctl_set_debug(struct pfctl *pf, char *d)
+{
+ fprintf(stderr, "set debug not supported in authpf\n");
+ return (1);
+}
+
+int
pfctl_define_table(char *name, int flags, int addrs, const char *anchor,
const char *ruleset, struct pfr_buffer *ab, u_int32_t ticket)
{