mirror of
https://github.com/zeek/zeek.git
synced 2025-10-15 13:08:20 +00:00
Remove Tunnel::decapsulate_ip option.
Setting Tunnel::max_depth to zero effectively disables tunnel decapsulation.
This commit is contained in:
parent
4d86f38be0
commit
bd01525a86
4 changed files with 2 additions and 12 deletions
|
@ -2629,10 +2629,8 @@ const ignore_keep_alive_rexmit = F &redef;
|
|||
|
||||
module Tunnel;
|
||||
export {
|
||||
## Whether to decapsulate IP tunnels (IPinIP, 6in4, 6to4)
|
||||
const decapsulate_ip = T &redef;
|
||||
|
||||
## The maximum depth of a tunnel to decapsulate until giving up.
|
||||
## Setting this to zero will disable tunnel decapsulation.
|
||||
const max_depth: count = 2 &redef;
|
||||
} # end export
|
||||
module GLOBAL;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue