Home
last modified time | relevance | path

Searched hist:d68b82705a4a754e5773f412c6b8f1e65259bc8b (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/net/ipv6/
H A Daddrconf.cdiff d68b82705a4a754e5773f412c6b8f1e65259bc8b Wed Jun 25 02:26:47 CDT 2008 YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> ipv6: Do not assign non-valid address on interface.

Check the type of the address when adding a new one on interface.
- the unspecified address (::) is always disallowed (RFC4291 2.5.2)
- the loopback address is disallowed unless the interface is (one of)
loopback (RFC4291 2.5.3).
- multicast addresses are disallowed.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>