commit | ed3867b5dc11f018e5c3e2be1194e598f93f1529 | [log] [tgz] |
---|---|---|
author | Amit Pundir <amit.pundir@linaro.org> | Thu Aug 11 19:13:22 2016 +0530 |
committer | Amit Pundir <amit.pundir@linaro.org> | Fri Oct 28 21:08:45 2016 +0800 |
tree | a598a6aa3062cee245bd2e79a0161b73bd160936 | |
parent | 83c49aa3176dd12e65ce0800119e63af738f4406 [diff] |
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>