Tunnel Namespace¶
Namespace: Tunnel.
- class zlogging.enum.Tunnel.Type(value)[source]
Bases:
IntFlagEnum:
Tunnel::Type.See also
- NONE = 1
- IP = 2
- AYIYA = 4
- TEREDO = 8
- SOCKS = 16
- GTPv1 = 32
- HTTP = 64
- GRE = 128
- VXLAN = 256
- class zlogging.enum.Tunnel.Action(value)[source]
Bases:
IntFlagEnum:
Tunnel::Action.Types of interesting activity that can occur with a tunnel.
See also
- DISCOVER = 1
A new tunnel (encapsulating “connection”) has been seen.
- CLOSE = 2
A tunnel connection has closed.
- EXPIRE = 4
No new connections over a tunnel happened in the amount of time indicated by Tunnel::expiration_interval.