summaryrefslogtreecommitdiff
path: root/sbin/pfctl/parse.y
diff options
context:
space:
mode:
Diffstat (limited to 'sbin/pfctl/parse.y')
-rw-r--r--sbin/pfctl/parse.y3
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y
index 359d1a97b63..0cd3c589d6d 100644
--- a/sbin/pfctl/parse.y
+++ b/sbin/pfctl/parse.y
@@ -1,4 +1,4 @@
-/* $OpenBSD: parse.y,v 1.621 2013/01/16 01:49:20 henning Exp $ */
+/* $OpenBSD: parse.y,v 1.622 2013/03/02 12:28:13 sthen Exp $ */
/*
* Copyright (c) 2001 Markus Friedl. All rights reserved.
@@ -2232,7 +2232,6 @@ filter_opt : USER uids {
| SCRUB '(' scrub_opts ')' {
filter_opts.nodf = $3.nodf;
filter_opts.minttl = $3.minttl;
- filter_opts.settos = $3.settos;
filter_opts.randomid = $3.randomid;
filter_opts.max_mss = $3.maxmss;
if ($3.reassemble_tcp)