mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-09 15:30:06 +07:00
style: better connection trace output
This commit is contained in:
@ -124,7 +124,10 @@ const (
|
||||
LoopbackIfIndex = 1
|
||||
)
|
||||
|
||||
type LanWanFlag uint8
|
||||
|
||||
const (
|
||||
IsWan = 0
|
||||
IsLan = 1
|
||||
LanWanFlag_IsWan LanWanFlag = iota
|
||||
LanWanFlag_IsLan
|
||||
LanWanFlag_NotApplicable
|
||||
)
|
||||
|
Reference in New Issue
Block a user