[openib-general] [PATCH] Enable inet6 on ib interface

Roland Dreier roland at topspin.com
Thu Nov 11 16:21:59 PST 2004


    Tom> With the updated patch (and with Nitin's original patch),
    Tom> when I bring up ipv6, I am not getting the correct link local
    Tom> address.  I can assign it a global address and ping just
    Tom> fine, but the lower 64 bits of the IPv6 address are NULL
    Tom> (except for the set link local 2 (mentioned earlier)):

    Tom> Any ideas?

Yup, looks like the device addr for child interfaces isn't being set
correctly; compare:

    # ip addr show ib0
    13: ib0: <BROADCAST,MULTICAST,UP> mtu 2044 qdisc pfifo_fast qlen 128
        link/[32] 00:04:04:04:fe:80:00:00:00:00:00:00:00:02:c9:01:07:8c:e4:61 brd 00:ff:ff:ff:ff:12:40:1b:ff:ff:00:00:00:00:00:00:ff:ff:ff:ff

vs.

    # ip addr show ib0.8001
    15: ib0.8001: <BROADCAST,MULTICAST> mtu 2044 qdisc noop qlen 128
        link/[32] 00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00:00 brd 00:ff:ff:ff:ff:12:40:1b:80:01:00:00:00:00:00:00:ff:ff:ff:ff
    
I should have a patch fairly soon.

 - R.



More information about the general mailing list