mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-16 10:50:01 +07:00
chore: remove selective loading bpf objects
This commit is contained in:
@ -116,7 +116,7 @@ func NewControlPlane(
|
||||
},
|
||||
Programs: ProgramOptions,
|
||||
}
|
||||
if err = selectivelyLoadBpfObjects(log, &bpf, &loadBpfOptions{
|
||||
if err = fullLoadBpfObjects(log, &bpf, &loadBpfOptions{
|
||||
PinPath: pinPath,
|
||||
CollectionOptions: collectionOpts,
|
||||
BindLan: len(global.LanInterface) > 0,
|
||||
|
Reference in New Issue
Block a user