summaryrefslogtreecommitdiff
path: root/sbin
diff options
context:
space:
mode:
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);
}