ietf
[Top] [All Lists]

Re: [v6ops] draft-ietf-6man-rfc4291bis prohibiting non-/64 subnets

2017-02-24 12:36:38


Le 24/02/2017 à 19:21, Christopher Morrow a écrit :


On Fri, Feb 24, 2017 at 1:08 PM, Alexandre Petrescu
<alexandre(_dot_)petrescu(_at_)gmail(_dot_)com 
<mailto:alexandre(_dot_)petrescu(_at_)gmail(_dot_)com>> wrote:



    Le 24/02/2017 à 18:53, Christopher Morrow a écrit :


        yes, I think so.. for linux:
        $ sudo ip -6 addr add 2001:700:4::1 dev em1

        gets me:
         inet6 2001:700:4::1/128 scope global


    That address is good, but how about the routing table?  Does it get
    an entry like 2001:700:4::/64?


$ ifconfig em1
<snip>
          inet6 addr: 2001:700:4::1/128 Scope:Global
<snip>

and:
$ netstat -rnA inet6
Kernel IPv6 routing table
Destination                    Next Hop                   Flag Met Ref
Use If
2001:700:4::1/128              ::                         U    256 0
0 em1
<snip>
2001:700:4::1/128              ::                         Un   0   1
0 lo

that sure seems like i only got what I paid for.. on:
$ uname -r
3.13.0-92-generic

Looks good in linux world.

Alex