freebsd-skq/sys/netinet6
wollman b52158b80d MFH r292836:
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.
2016-01-07 20:43:45 +00:00
..
dest6.c
frag6.c Merge r278828, r278832 2015-06-18 20:21:02 +00:00
icmp6.c MFC r275392: 2015-06-02 03:14:42 +00:00
icmp6.h
in6_cksum.c MFC r272404: 2014-10-06 17:08:19 +00:00
in6_gif.c MFC r276148: 2015-06-06 13:26:13 +00:00
in6_ifattach.c MFC 287094: 2015-09-13 02:09:06 +00:00
in6_ifattach.h
in6_mcast.c MFC r281380: 2015-04-24 02:12:25 +00:00
in6_pcb.c MFC r279588: 2015-03-12 09:04:19 +00:00
in6_pcb.h
in6_pcbgroup.c
in6_proto.c MFC r274246: 2015-06-06 12:44:42 +00:00
in6_rmx.c
in6_src.c MFC r271307: 2014-10-09 02:49:33 +00:00
in6_var.h MFC 287094: 2015-09-13 02:09:06 +00:00
in6.c MFH r292836: 2016-01-07 20:43:45 +00:00
in6.h MFC r272404: 2014-10-06 17:08:19 +00:00
ip6_ecn.h
ip6_forward.c Merge r281234 2015-06-18 20:57:21 +00:00
ip6_gre.c MFC r276148: 2015-06-06 13:26:13 +00:00
ip6_id.c
ip6_input.c MFC r279588: 2015-03-12 09:04:19 +00:00
ip6_ipsec.c MFC r275392: 2015-06-02 03:14:42 +00:00
ip6_ipsec.h MFC r266800 by vanhu: 2014-11-05 09:23:29 +00:00
ip6_mroute.c
ip6_mroute.h
ip6_output.c Merge r280955 2015-06-18 20:40:36 +00:00
ip6_var.h Merge r280955 2015-06-18 20:40:36 +00:00
ip6.h
ip6protosw.h
mld6_var.h
mld6.c Fix typo in r291986. 2015-12-08 07:31:26 +00:00
mld6.h
nd6_nbr.c MFC r288600: 2015-11-04 01:00:42 +00:00
nd6_rtr.c Improve patch for SA-15:04.igmp to solve a potential buffer overflow. 2015-04-07 20:20:24 +00:00
nd6.c MFC r292219: 2015-12-21 20:29:55 +00:00
nd6.h MFC r282805: 2015-07-23 19:58:56 +00:00
pim6_var.h
pim6.h
raw_ip6.c
raw_ip6.h
route6.c
scope6_var.h MFC r270348: 2014-09-06 04:39:26 +00:00
scope6.c MFC r270348: 2014-09-06 04:39:26 +00:00
sctp6_usrreq.c MFC r284515: 2015-06-20 08:25:27 +00:00
sctp6_var.h
send.c
send.h
tcp6_var.h
udp6_usrreq.c MFC r272886: 2015-01-27 06:19:30 +00:00
udp6_var.h