mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-10 07:48:48 +07:00
optimize: show outbound name when notify kernel connectivity change
This commit is contained in:
@ -21,9 +21,10 @@ import (
|
||||
)
|
||||
|
||||
type ControlPlaneCore struct {
|
||||
log *logrus.Logger
|
||||
deferFuncs []func() error
|
||||
bpf *bpfObjects
|
||||
log *logrus.Logger
|
||||
deferFuncs []func() error
|
||||
bpf *bpfObjects
|
||||
outboundId2Name map[uint8]string
|
||||
|
||||
kernelVersion *internal.Version
|
||||
}
|
||||
|
Reference in New Issue
Block a user