This commit is contained in:
sunny 2018-10-23 11:01:33 +09:00
parent c308511750
commit df9121603d
2 changed files with 0 additions and 8 deletions

View File

@ -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)

View File

@ -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)