etherbroadcastaddr is now unused.

This commit is contained in:
Andrew Thompson 2007-03-19 19:20:35 +00:00
parent 82912c1f69
commit 6c655efcaf

View file

@ -437,9 +437,6 @@ const struct bridge_control bridge_control_table[] = {
const int bridge_control_table_size =
sizeof(bridge_control_table) / sizeof(bridge_control_table[0]);
static const u_char etherbroadcastaddr[ETHER_ADDR_LEN] =
{ 0xff, 0xff, 0xff, 0xff, 0xff, 0xff };
LIST_HEAD(, bridge_softc) bridge_list;
IFC_SIMPLE_DECLARE(bridge, 0);