diff options
author | thompsa <thompsa@FreeBSD.org> | 2007-03-19 19:20:35 +0000 |
---|---|---|
committer | thompsa <thompsa@FreeBSD.org> | 2007-03-19 19:20:35 +0000 |
commit | 260775bb6fef81275bc430d3ee467d6cf82afd47 (patch) | |
tree | af0882fd489cf94abd09105ce88ea58176df3c42 /sys/net/if_bridge.c | |
parent | 62bb42c44ceb26ecd9bd0d1b042dae9bb1229608 (diff) | |
download | FreeBSD-src-260775bb6fef81275bc430d3ee467d6cf82afd47.zip FreeBSD-src-260775bb6fef81275bc430d3ee467d6cf82afd47.tar.gz |
etherbroadcastaddr is now unused.
Diffstat (limited to 'sys/net/if_bridge.c')
-rw-r--r-- | sys/net/if_bridge.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sys/net/if_bridge.c b/sys/net/if_bridge.c index 68aeeea..4035153 100644 --- a/sys/net/if_bridge.c +++ b/sys/net/if_bridge.c @@ -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); |