From Fedora Project Wiki
Line 73: Line 73:
* RFC 3493 (socket interfce): Breaks both IPv4 and IPv6 localhost and link-local networking depending on available global addresses.
* RFC 3493 (socket interfce): Breaks both IPv4 and IPv6 localhost and link-local networking depending on available global addresses.
* POSIX.1-2008: [https://bugzilla.redhat.com/show_bug.cgi?id=721350#c8 Defines the AI_ADDRCONFIG in a bad way]
* POSIX.1-2008: [https://bugzilla.redhat.com/show_bug.cgi?id=721350#c8 Defines the AI_ADDRCONFIG in a bad way]
== Contacts ==
See [[Networking#Contacts]].

Revision as of 11:02, 31 January 2013

Known networking bugs

Only platform bugs that can influence various application and/or the overall behavior of the system belong here.

Kernel

libnl

  • rtnl_link_bond_add() succeeds when device already exists
  • rtnl_link_bridge_add() and rtnl_link_vlan_add missing

iproute

  • ip link show won't distinguish bridges and bonds
  • ip link show won't show vlan id
  • ip -6 route shows cached routes (ip -4 route doesn't)

glibc

More information about AI_ADDRCONFIG problems

Upstream bug reports for getaddrinfo

dhclient

Avahi

See Features/ZeroconfNetworking.

NetworkManager

Testing tools

Various applications

  • Assume that getaddrinfo() returns only one address and/or that such the first returned address works. See Networking/NameResolution.

Network related standards

Contacts

See Networking#Contacts.