diff options
author | 2018-11-15 03:22:01 +0000 | |
---|---|---|
committer | 2018-11-15 03:22:01 +0000 | |
commit | 87bce72eaae9c356da5be2f896a95625ed84d443 (patch) | |
tree | 9a6184583dffb893c8c0cfb63a11574ba04fe716 | |
parent | Theodore Wynnychenko discovered the gettytab "lo=path" feature didn't work (diff) | |
download | wireguard-openbsd-87bce72eaae9c356da5be2f896a95625ed84d443.tar.xz wireguard-openbsd-87bce72eaae9c356da5be2f896a95625ed84d443.zip |
scrub opts dont set tos, so remove it from the scrub_opts struct
ok deraadt@
-rw-r--r-- | sbin/pfctl/parse.y | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/sbin/pfctl/parse.y b/sbin/pfctl/parse.y index 114eb139838..3447119d708 100644 --- a/sbin/pfctl/parse.y +++ b/sbin/pfctl/parse.y @@ -1,4 +1,4 @@ -/* $OpenBSD: parse.y,v 1.687 2018/11/10 21:22:17 kn Exp $ */ +/* $OpenBSD: parse.y,v 1.688 2018/11/15 03:22:01 dlg Exp $ */ /* * Copyright (c) 2001 Markus Friedl. All rights reserved. @@ -307,7 +307,6 @@ struct scrub_opts { int nodf; int minttl; int maxmss; - int settos; int randomid; int reassemble_tcp; } scrub_opts; |