Re: [vpp-dev] IPv6 unnumbered interface

2021-09-21 Thread Ole Troan
Artem, That seems to be a bug in the source address selection routine used by ND. An NS should not be sent out an interface with an address from another interface. In this case it should have sent the ND with the link-local address as source. In IPv6, there is really no such thing as

Re: [vpp-dev] IPv6 unnumbered interface

2021-09-17 Thread Artem Glazychev
Hi Neale, Thanks a lot, it really helped! But I used: enable ip6 interface memif0/0 in addition to: set int unnumbered memif0/0 use loop0 Otherwise, ping from vpp2 to vpp1 doesn't work. So, I moved on. *Next problem* If I use unnumbered IPv6 interface with a custom vrf table - ping

Re: [vpp-dev] IPv6 unnumbered interface

2021-09-16 Thread Neale Ranns
: Thursday, 16 September 2021 at 13:25 To: vpp-dev@lists.fd.io Subject: [vpp-dev] IPv6 unnumbered interface Hello, I have a problem - unnumbered IPv6 interface is not working. Configuration For example, let's create memifs, one of them will be IPv6 unnumbered. vpp1: create interface memif id 0

Re: [vpp-dev] IPv6 unnumbered interface

2021-09-16 Thread Artem Glazychev
Yes, I try to ping from vpp1 to vpp2 via memif. by the way, IPv4 works fine. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#20145): https://lists.fd.io/g/vpp-dev/message/20145 Mute This Topic: https://lists.fd.io/mt/85649127/21656 Group Owner:

Re: [vpp-dev] IPv6 unnumbered interface

2021-09-16 Thread Mrityunjay Kumar
Hi Artem What is your use case. Do you want to ping from vpp1 to vpp2 via memif or ? *Regards*, Mrityunjay Kumar. Mobile: +91 - 9731528504 On Thu, Sep 16, 2021 at 4:55 PM Artem Glazychev wrote: > Hello, > > I have a problem - unnumbered IPv6 interface is not working. > > *Configuration* > >

[vpp-dev] IPv6 unnumbered interface

2021-09-16 Thread Artem Glazychev
Hello, I have a problem - unnumbered IPv6 interface is not working. *Configuration* For example, let's create memifs, one of them will be IPv6 unnumbered. *vpp1:* > > > > create interface memif id 0 master > set int ip address memif0/0 fc00::1/120 > set int state memif0/0 up > > *vpp2:*