mirror of
https://github.com/daeuniverse/dae.git
synced 2025-07-13 17:29:09 +07:00
fix: problem that cannot proxy lan_interface
This commit is contained in:
@ -104,7 +104,7 @@ type bpfObjectsLan struct {
|
||||
bpfMaps
|
||||
}
|
||||
|
||||
func AssignBpfPrograms(to *bpfObjects, from interface{}) {
|
||||
func AssignBpfObjects(to *bpfObjects, from interface{}) {
|
||||
vTo := reflect.Indirect(reflect.ValueOf(to))
|
||||
vFrom := reflect.Indirect(reflect.ValueOf(from))
|
||||
tFrom := vFrom.Type()
|
||||
|
Reference in New Issue
Block a user