summaryrefslogtreecommitdiffstats
path: root/sbin/ipfw
diff options
context:
space:
mode:
authorLuiz Otavio O Souza <luiz@netgate.com>2016-10-18 11:20:43 -0500
committerLuiz Otavio O Souza <luiz@netgate.com>2016-10-18 11:20:43 -0500
commit1e13e38a63405244521a942302c003054506cc4d (patch)
treef7da54911fbe029c0050024ea45f3bbd4d712ede /sbin/ipfw
parent1fc9408b335ef6e8863019212c12a4bc99ed8e75 (diff)
downloadFreeBSD-src-1e13e38a63405244521a942302c003054506cc4d.zip
FreeBSD-src-1e13e38a63405244521a942302c003054506cc4d.tar.gz
Remove unnecessary assignment.
No functional change.
Diffstat (limited to 'sbin/ipfw')
-rw-r--r--sbin/ipfw/tables.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/sbin/ipfw/tables.c b/sbin/ipfw/tables.c
index 704e706..e98fc15 100644
--- a/sbin/ipfw/tables.c
+++ b/sbin/ipfw/tables.c
@@ -1179,7 +1179,6 @@ tentry_fill_key_type(char *arg, ipfw_obj_tentry *tentry, uint8_t type,
&(mac->mask[ETHER_ADDR_LEN])); /* src */
masklen = ETHER_ADDR_LEN * 8;
- type = IPFW_TABLE_MAC2;
af = AF_LINK;
}
break;
OpenPOWER on IntegriCloud