mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Initial VXLAN support, need -C flag to work when running bro
This commit is contained in:
parent
a36ac12e88
commit
f4088be8a6
13 changed files with 339 additions and 1 deletions
|
@ -19,6 +19,7 @@ const Tunnel::enable_ayiya: bool;
|
|||
const Tunnel::enable_teredo: bool;
|
||||
const Tunnel::enable_gtpv1: bool;
|
||||
const Tunnel::enable_gre: bool;
|
||||
const Tunnel::enable_vxlan: bool;
|
||||
const Tunnel::delay_teredo_confirmation: bool;
|
||||
const Tunnel::delay_gtp_confirmation: bool;
|
||||
const Tunnel::ip_tunnel_timeout: interval;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue