Dear vpp folks

I think following line if function acl_add_vlan_session in acl.c line 635

  memset (&match[idx], 0x00, 2);

should change to

  memset (&match[idx], 0xff, 2);

because dot1ad_5tuple_mask and dot1q_5tuple_mask must have mask for IPv4/6,
so memset to ff reset those mask to default values.

Regards,
Khers
_______________________________________________
vpp-dev mailing list
[email protected]
https://lists.fd.io/mailman/listinfo/vpp-dev

Reply via email to