Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 561db69a authored by Maciej enczykowski's avatar Maciej enczykowski Committed by android-build-merger
Browse files

IpNeighbourMonitor - no longer require PortId = 0 am: 168d1cd3

am: 666abb39

Change-Id: I2d482a94386c50e99b1b4811faf8dc3a94052c56
parents 5c04b913 666abb39
Loading
Loading
Loading
Loading
+0 −6
Original line number Diff line number Diff line
@@ -185,12 +185,6 @@ public class IpNeighborMonitor extends PacketReader {
                break;
            }

            final int srcPortId = nlMsg.getHeader().nlmsg_pid;
            if (srcPortId !=  0) {
                mLog.e("non-kernel source portId: " + Integer.toUnsignedLong(srcPortId));
                break;
            }

            if (nlMsg instanceof NetlinkErrorMessage) {
                mLog.e("netlink error: " + nlMsg);
                continue;