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