mirror of
https://git.kernel.org/pub/scm/network/iproute2/iproute2.git
synced 2024-11-15 22:15:13 +08:00
7b5657545d
addresses. Specifically it does not correctly handle the addition of new entries in the neighbor/arp table. For example, this command will fail: ip neigh add 192.168.0.138 lladdr 00:00:04:04:fe:80:00:00:00:00:00:00:00:01:73:00:00:00:8a:91 nud permanent dev ib0 An IPoIB link layer address is 20-bytes (see http://www.ietf.org/internet-drafts/draft-ietf-ipoib-ip-over-infiniband-09.txt, section 9.1.1). The command line parsing code expects link layer addresses to be a maximum of 16-bytes. Addresses over 16-bytes are truncated. |
||
---|---|---|
.. | ||
ifcfg | ||
ip_common.h | ||
ip.c | ||
ipaddress.c | ||
iplink.c | ||
ipmaddr.c | ||
ipmonitor.c | ||
ipmroute.c | ||
ipneigh.c | ||
ipntable.c | ||
ipprefix.c | ||
iproute.c | ||
iprule.c | ||
iptunnel.c | ||
ipxfrm.c | ||
Makefile | ||
routef | ||
routel | ||
rtm_map.c | ||
rtmon.c | ||
rtpr | ||
xfrm_monitor.c | ||
xfrm_policy.c | ||
xfrm_state.c | ||
xfrm.h |