From Fedora Project Wiki
Line 8: Line 8:
* [http://bugzilla.redhat.com/show_bug.cgi?id=886617 Bridge/bond: Empty bond interface cannot be bridged unless you work around by manually setting the address]
* [http://bugzilla.redhat.com/show_bug.cgi?id=886617 Bridge/bond: Empty bond interface cannot be bridged unless you work around by manually setting the address]
* [http://bugzilla.redhat.com/show_bug.cgi?id=905868 Kernel removes ::1 but not 127.0.0.1 when setting lo down]
* [http://bugzilla.redhat.com/show_bug.cgi?id=905868 Kernel removes ::1 but not 127.0.0.1 when setting lo down]
* [http://bugzilla.redhat.com/show_bug.cgi?id=891234 IPv4: Kernel can't store DHCP lifetime and cannot mark IPv4 addresses dynamic (in the DHCP sense)]
* [http://bugzilla.redhat.com/show_bug.cgi?id=891234 IPv4: Kernel can't store DHCP lifetime and cannot mark IPv4 addresses dynamic (in the DHCP sense)] (due in 3.9)
* [http://bugzilla.redhat.com/show_bug.cgi?id=886116 IPv6: IPv6 networking breaks when loopback is set down and up]
* [http://bugzilla.redhat.com/show_bug.cgi?id=886116 IPv6: IPv6 networking breaks when loopback is set down and up]
* IPv6: Kernel ignores RA router preference
* IPv6: Kernel ignores RA router preference

Revision as of 18:04, 30 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