mirror of
https://github.com/zeek/zeek.git
synced 2025-10-17 14:08:20 +00:00
Removing the yielding_teredo_decapsulation option.
With the more precise Teredo option, it seems no longer needed, and it was a bit of a fragile mechanism to begin with.
This commit is contained in:
parent
a9867c706d
commit
ac5c4f117f
9 changed files with 8 additions and 75 deletions
|
@ -19,7 +19,6 @@ const Tunnel::enable_ayiya: bool;
|
|||
const Tunnel::enable_teredo: bool;
|
||||
const Tunnel::enable_gtpv1: bool;
|
||||
const Tunnel::enable_gre: bool;
|
||||
const Tunnel::yielding_teredo_decapsulation: 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