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 (#12132): https://lists.fd.io/g/vpp-dev/message/12132
Mute This Topic: https://lists.fd.io/mt/29620449/21656
Group Owner: [email protected]
Unsubscribe: https://lists.fd.io/g/vpp-dev/unsub  [[email protected]]
-=-=-=-=-=-=-=-=-=-=-=-

Reply via email to