Remove accidentally-added O_DIVERTED section.

This commit is contained in:
Brian Feldman 2004-10-03 00:24:42 +00:00
parent 974dfe3084
commit 5599f1b52b
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=136072

View File

@ -1302,23 +1302,6 @@ show_ipfw(struct ip_fw *rule, int pcwidth, int bcwidth)
printf(cmd->len & F_NOT ? " out" : " in");
break;
case O_DIVERTED:
switch (cmd->arg1) {
case 3:
printf(" diverted");
break;
case 1:
printf(" diverted-loopback");
break;
case 2:
printf(" diverted-output");
break;
default:
printf(" diverted-?<%u>", cmd->arg1);
break;
}
break;
case O_LAYER2:
printf(" layer2");
break;