diff options
author | wollman <wollman@FreeBSD.org> | 2015-12-28 18:29:47 +0000 |
---|---|---|
committer | wollman <wollman@FreeBSD.org> | 2015-12-28 18:29:47 +0000 |
commit | fc57e5b82d72057b5ac303a1428c254ce29034f1 (patch) | |
tree | 06bf1b8552817b347eed7f1e1e410b1c368af88d /contrib/libc++/src/condition_variable.cpp | |
parent | 967ec3ab7f72d478eac7b4cfd98149d142ff5a09 (diff) | |
download | FreeBSD-src-fc57e5b82d72057b5ac303a1428c254ce29034f1.zip FreeBSD-src-fc57e5b82d72057b5ac303a1428c254ce29034f1.tar.gz |
in6_if2idlen: treat bridge(4) interfaces like other Ethernet interfaces
bridge(4) interfaces have an if_type of IFT_BRIDGE, rather than
IFT_ETHER, even though they only support Ethernet-style links. This
caused in6_if2idlen to emit an "unknown link type (209)" warning to
the console every time it was called. Add IFT_BRIDGE to the case
statement in the appropriate place, indicating that it uses the same
IPv6 address format as other Ethernet-like interfaces.
MFC after: 1 week
Diffstat (limited to 'contrib/libc++/src/condition_variable.cpp')
0 files changed, 0 insertions, 0 deletions