Hi Po,
I also have the same question, but when i read the code, i find sth.
The main code is here:
if (PREDICT_TRUE (table_index0 != ~0))
{
hash0 = vnet_buffer (b0)->l2_classify.hash;
t0 = pool_elt_at_index (vcm->tables, table_index0);
e0 = vnet_classify_find_entry (t0, h0, hash0, now);
if (
Hi guys,
I found "igmp" in the mpls plugins. Is the vpp support L2 multicast now ?
Thank you very much for your reply.
Thanks,
Yan
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#16030): https://lists.fd.io/g/vpp-dev/message/16030
Mute This Topic
I'm sorry for bothering you because I didn't describe the question clearly.
I just want to know if vpp supports IGMP Snooping and your answer helps me.
Thanks,
Yan
-=-=-=-=-=-=-=-=-=-=-=-
Links: You receive all messages sent to this group.
View/Reply Online (#16032): https://lists.fd.io/g/vpp-de
Hi VPP hackers,
My program and vpp communicate through the memif interface.
I want to make vpp match specific packets(such as ospf packet), and then
redirect to the outbound direction of the memif interface.
I don't know how to match a specific packet to the outbound direction of a
specified int