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 <otr...@employees.org> wrote:

> 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
>     @param client_index - opaque cookie to identify the sender
>     @param context - sender context, to match reply w/ request
>     @param enable_disable - 1 => register for events, 0 => cancel
> registration
>     @param pid - sender's pid
> */
> autoreply define want_ip6_ra_events
> {
>   u32 client_index;
>   u32 context;
>   u8 enable_disable;
>   u32 pid;
> };
>
> Cheers,
> Ole
>
>
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.

View/Reply Online (#12154): https://lists.fd.io/g/vpp-dev/message/12154
Mute This Topic: https://lists.fd.io/mt/29620449/21656
Group Owner: vpp-dev+ow...@lists.fd.io
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [arch...@mail-archive.com]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to