summaryrefslogtreecommitdiff
path: root/sbin/pfctl/pfctl_parser.c
diff options
context:
space:
mode:
authorKristof Provost <kp@FreeBSD.org>2015-08-27 21:27:47 +0000
committerKristof Provost <kp@FreeBSD.org>2015-08-27 21:27:47 +0000
commit64b3b4d611c32eea0529878de95fd2f9b9dcaa3a (patch)
tree9ba100542f23930b13f3b6387f6c00d2bd5f2016 /sbin/pfctl/pfctl_parser.c
parentf6295033c1fd4fd11df9fe78dff8f9c113e8959d (diff)
downloadsrc-test2-64b3b4d611c32eea0529878de95fd2f9b9dcaa3a.tar.gz
src-test2-64b3b4d611c32eea0529878de95fd2f9b9dcaa3a.zip
Notes
Diffstat (limited to 'sbin/pfctl/pfctl_parser.c')
-rw-r--r--sbin/pfctl/pfctl_parser.c7
1 files changed, 1 insertions, 6 deletions
diff --git a/sbin/pfctl/pfctl_parser.c b/sbin/pfctl/pfctl_parser.c
index 1f4375aced1d..2b553ce3af6f 100644
--- a/sbin/pfctl/pfctl_parser.c
+++ b/sbin/pfctl/pfctl_parser.c
@@ -990,12 +990,7 @@ print_rule(struct pf_rule *r, const char *anchor_call, int verbose, int numeric)
if (r->rule_flag & PFRULE_REASSEMBLE_TCP)
printf(" reassemble tcp");
- if (r->rule_flag & PFRULE_FRAGDROP)
- printf(" fragment drop-ovl");
- else if (r->rule_flag & PFRULE_FRAGCROP)
- printf(" fragment crop");
- else
- printf(" fragment reassemble");
+ printf(" fragment reassemble");
}
if (r->label[0])
printf(" label \"%s\"", r->label);