测试
This commit is contained in:
parent
62000cd13c
commit
9288626d4e
|
@ -193,7 +193,7 @@ func (nc *NetCard) runRead() {
|
||||||
rframe = rframe[:n]
|
rframe = rframe[:n]
|
||||||
})
|
})
|
||||||
|
|
||||||
if waterutil.IsIPv4(rframe) || waterutil.IPv4Source(rframe).Equal(net.IPv4(0, 0, 0, 0)) {
|
if !waterutil.IsIPv4(rframe) || waterutil.IPv4Source(rframe).Equal(net.IPv4(0, 0, 0, 0)) {
|
||||||
continue
|
continue
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user