ing
This commit is contained in:
parent
c308511750
commit
df9121603d
|
@ -27,10 +27,6 @@ func DiscoverInterfaces() ([]*omn.Interface, error) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if isDockerInterface(&netIface) {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
iface := &omn.Interface{}
|
iface := &omn.Interface{}
|
||||||
ifaces = append(ifaces, iface)
|
ifaces = append(ifaces, iface)
|
||||||
|
|
||||||
|
|
|
@ -30,10 +30,6 @@ func DiscoverInterfaces() ([]*omn.Interface, error) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
if isDockerInterface(&netIface) {
|
|
||||||
continue
|
|
||||||
}
|
|
||||||
|
|
||||||
iface := &omn.Interface{}
|
iface := &omn.Interface{}
|
||||||
ifaces = append(ifaces, iface)
|
ifaces = append(ifaces, iface)
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user