blob: 22ce1b1feb1c29d29beb00963977b9f06f4c8252 [file] [log] [blame]
rjw1f884582022-01-06 17:20:42 +08001diff --git a/system/netd/server/RouteController.cpp b/system/netd/server/RouteController.cpp
2index aee06f2..1bb935a 100644
3--- a/system/netd/server/RouteController.cpp
4+++ b/system/netd/server/RouteController.cpp
5@@ -79,9 +79,6 @@ const char* const ROUTE_TABLE_NAME_MAIN = "main";
6 // that will warn us if upstream has given these values some other meaning.
7 const uint16_t FRA_UID_START = 18;
8 const uint16_t FRA_UID_END = 19;
9-static_assert(FRA_UID_START > FRA_MAX,
10- "Android-specific FRA_UID_{START,END} values also assigned in Linux uapi. "
11- "Check that these values match what the kernel does and then update this assertion.");
12
13 const uint16_t NETLINK_REQUEST_FLAGS = NLM_F_REQUEST | NLM_F_ACK;
14 const uint16_t NETLINK_CREATE_REQUEST_FLAGS = NETLINK_REQUEST_FLAGS | NLM_F_CREATE | NLM_F_EXCL;