Re: [PATCH] docs: change the doc to highlight the allowed multicast addresses

2023-03-31 Thread Thomas Monjalon
01/07/2022 12:37, huzaifa.rahman: > Bugzilla ID: 802 > > The ipv4_multicast example does not work with any multicast IPs. > Only a selected few IPs are allowed to send pakcets. These IPs > are listed in an mcast_group_table array along with their respective > port masks. A normal user would not kn

Re: [PATCH] docs: change the doc to highlight the allowed multicast addresses

2022-08-10 Thread Huzaifa Rahman
Hi, Is there any other work/changes required for this patch to be submitted? Thanks On Fri, Jul 1, 2022 at 3:37 PM huzaifa.rahman wrote: > Bugzilla ID: 802 > > The ipv4_multicast example does not work with any multicast IPs. > Only a selected few IPs are allowed to send pakcets. These IPs >

[PATCH] docs: change the doc to highlight the allowed multicast addresses

2022-07-01 Thread huzaifa.rahman
Bugzilla ID: 802 The ipv4_multicast example does not work with any multicast IPs. Only a selected few IPs are allowed to send pakcets. These IPs are listed in an mcast_group_table array along with their respective port masks. A normal user would not know about this behaviour since there is no ment