summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2003-05-14 22:46:02 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2003-05-14 22:46:02 +0000
commit483e6e01fe64048c4c1497a9807351cb2ffb639b (patch)
treef6c0270b8aa39878013f5b02f3cae8e7bacbf4b9 /sbin
parent93e9c2fe262c30b834f31e7a26eb6e51035ed3db (diff)
enabled tagging on rdr rules
Diffstat (limited to 'sbin')
-rw-r--r--sbin/pfctl/parse.y6
1 files changed, 1 insertions, 5 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index 0f5e42ba9e6..51c5b2292ae 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.379 2003/05/14 05:14:06 henning Exp $ */
+/* $OpenBSD: parse.y,v 1.380 2003/05/14 22:46:01 henning Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -3038,10 +3038,6 @@ rdr_consistent(struct pf_rule *r)
}
}
}
- if (r->tagname[0]) {
- yyerror("tagging on rdr rules is not supported yet");
- problems++;
- }
return (-problems);
}