ANDROID: net: core: fix UID-based routing
authorAmit Pundir <amit.pundir@linaro.org>
Thu, 11 Aug 2016 13:43:22 +0000 (19:13 +0530)
committerAmit Pundir <amit.pundir@linaro.org>
Thu, 18 Aug 2016 13:26:03 +0000 (18:56 +0530)
commit6acba5b6a1507f6282cbe985da7c0c3276d247d7
tree4cdb25ef0280c08f90bc7fea89a580c7ca46337f
parent439bce3122de3963d6911c8514fd49b0fadfe989
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