ANDROID: net: core: fix UID-based routing
authorAmit Pundir <amit.pundir@linaro.org>
Thu, 11 Aug 2016 13:43:22 +0000 (19:13 +0530)
committerDmitry Shmidt <dimitrysh@google.com>
Fri, 12 Aug 2016 20:38:04 +0000 (13:38 -0700)
commit0b848391c27294982778254abb2d16723977e839
tree782924a9704613ef1a084d4f0b464e4696e1e23a
parentef58c0a2695707ab8b49368aa77ab7b4828aa1a7
ANDROID: net: core: fix UID-based routing

Fix RTA_UID enum to match it with the Android userspace code which
assumes RTA_UID=18.

With this patch all Android kernel networking unit tests mentioned here
https://source.android.com/devices/tech/config/kernel_network_tests.html
are success.

Without this patch multinetwork_test.py unit test fails.

Change-Id: I3ff36670f7d4e5bf5f01dce584ae9d53deabb3ed
Signed-off-by: Amit Pundir <amit.pundir@linaro.org>
include/uapi/linux/rtnetlink.h