mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
etherbroadcastaddr is now unused.
This commit is contained in:
parent
82912c1f69
commit
6c655efcaf
1 changed files with 0 additions and 3 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Reference in a new issue