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)))
			
									
									
						Bug fix of vpcs
Moderator: mike
- 
				Uldis (UD)
 - Posts: 5190
 - Joined: Wed Mar 15, 2017 4:44 pm
 - Location: London
 - Contact:
 
Re: Bug fix of vpcs
on EVE Pro it is fxed
			
									
									
						- 
				jianhuizhao
 - Posts: 2
 - Joined: Sat Mar 27, 2021 5:35 pm
 
Re: Bug fix of vpcs
On EVE community will not fix it?