Initial VXLAN support, need -C flag to work when running bro

This commit is contained in:
Henrik Lund Kramshoej 2018-10-17 09:23:21 +02:00 committed by Jon Siwek
parent a36ac12e88
commit f4088be8a6
13 changed files with 339 additions and 1 deletions

View file

@ -88,6 +88,7 @@ public:
return false;
if ( ec1.type == BifEnum::Tunnel::IP ||
ec1.type == BifEnum::Tunnel::VXLAN ||
ec1.type == BifEnum::Tunnel::GRE )
// Reversing endpoints is still same tunnel.
return ec1.uid == ec2.uid && ec1.proto == ec2.proto &&