Re: [vpp-dev] Want to subscribe Ipv6 Router Advertisement packets

2019-02-06 Thread chetan bhasin
Hi Ole, After register via the api , then RA packets to be consumed by our node, or sent futher down the line to any next node in VPP ? (on your existing thread) Thanks, Chetan Bhasin On Mon, Feb 4, 2019 at 3:57 PM Ole Troan wrote: > Chetan, > > > Is there a way by which I can get RA

Re: [vpp-dev] Want to subscribe Ipv6 Router Advertisement packets

2019-02-04 Thread Ole Troan
Chetan, > Is there a way by which I can get RA packets on my node. I am ready to > register on any existing arc. Instead of having the IPv6 ND code in vnet/ip register, you can register for the RA type yourself. icmp6_register_type (vm, ICMP6_router_advertisement,

Re: [vpp-dev] Want to subscribe Ipv6 Router Advertisement packets

2019-02-04 Thread chetan bhasin
Hi, Thanks for the reply. Is there a way by which I can get RA packets on my node. I am ready to register on any existing arc. Thanks, Chetan Bhasin On Sat, Feb 2, 2019 at 1:18 AM Ole Troan wrote: > Chetan. > > > > > I want to subscribe for Router Advertisement packets on my node,so what >

Re: [vpp-dev] Want to subscribe Ipv6 Router Advertisement packets

2019-02-01 Thread Ole Troan
Chetan. > > I want to subscribe for Router Advertisement packets on my node,so what is > the best way, eg. can we use the ip6-unicast arc of ip6-input and do a > .runs_before of ip6-mfib-forward-lookup? You could do it via the API. /** \brief Register for ip6 router advertisement events

[vpp-dev] Want to subscribe Ipv6 Router Advertisement packets

2019-02-01 Thread chetan bhasin
Hello Everyone, I want to subscribe for Router Advertisement packets on my node,so what is the best way, eg. can we use the ip6-unicast arc of ip6-input and do a .runs_before of* ip6-mfib-forward-lookup?* Thanks, Chetan Bhasin -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this