Page 1 of 1

Bug fix of vpcs

Posted: Sun Mar 28, 2021 8:32 am
by jianhuizhao
Hello, I found a bug of vpcs.

In function uvp4 at src/packets.c:133

if (IN_MULTICAST(ip->dip))
return PKT_DROP;

should be:

if (IN_MULTICAST(ntohl(ip->dip)))

Re: Bug fix of vpcs

Posted: Sun Mar 28, 2021 12:34 pm
by Uldis (UD)
on EVE Pro it is fxed

Re: Bug fix of vpcs

Posted: Sun May 16, 2021 6:03 am
by jianhuizhao
On EVE community will not fix it?