diff options
Diffstat (limited to 'sbin')
-rw-r--r-- | sbin/ipfw/tables.c | 1 |
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; |