Bug fix of vpcs

Features you'd like to see in the upcoming version of EVE-NG

Moderator: mike

Post Reply
jianhuizhao
Posts: 2
Joined: Sat Mar 27, 2021 5:35 pm

Bug fix of vpcs

Post by jianhuizhao » Sun Mar 28, 2021 8:32 am

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)))

Uldis (UD)
Posts: 5067
Joined: Wed Mar 15, 2017 4:44 pm
Location: London
Contact:

Re: Bug fix of vpcs

Post by Uldis (UD) » Sun Mar 28, 2021 12:34 pm

on EVE Pro it is fxed

jianhuizhao
Posts: 2
Joined: Sat Mar 27, 2021 5:35 pm

Re: Bug fix of vpcs

Post by jianhuizhao » Sun May 16, 2021 6:03 am

On EVE community will not fix it?

Post Reply