From Fedora Project Wiki
Line 47: Line 47:
* [http://bugzilla.redhat.com/show_bug.cgi?id=719178 Avahi's ''nss-mdns'' returns link-local IPv6 addresses ''without'' scope_id and applications fail to connect]
* [http://bugzilla.redhat.com/show_bug.cgi?id=719178 Avahi's ''nss-mdns'' returns link-local IPv6 addresses ''without'' scope_id and applications fail to connect]
* [http://bugzilla.redhat.com/show_bug.cgi?id=821127 Avahi's IPv6 support is disabled by default (this has been resolved in the past)]
* [http://bugzilla.redhat.com/show_bug.cgi?id=821127 Avahi's IPv6 support is disabled by default (this has been resolved in the past)]
See [[Features/ZeroconfNetworking]].


=== NetworkManager ===
=== NetworkManager ===

Revision as of 12:19, 8 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

dhclient

Avahi

See Features/ZeroconfNetworking.

NetworkManager

Testing tools

  • ping doesn't support IPv6 (you have to use ping6)
  • netstat and ss won't mark non-v6only sockets

Various applications

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

Network related standards