File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -1805,17 +1805,32 @@ fn test_android(target: &str) {
18051805 // FIXME: NDK r22 minimum required
18061806 | "FDB_NOTIFY_BIT"
18071807 | "FDB_NOTIFY_INACTIVE_BIT"
1808+ | "IFLA_ALT_IFNAME"
1809+ | "IFLA_PERM_ADDRESS"
1810+ | "IFLA_PROP_LIST"
1811+ | "IFLA_PROTO_DOWN_REASON"
18081812 | "NDA_FDB_EXT_ATTRS"
18091813 | "NDA_NH_ID"
18101814 | "NFEA_ACTIVITY_NOTIFY"
18111815 | "NFEA_DONT_REFRESH"
18121816 | "NFEA_UNSPEC" => true ,
18131817
1818+ // FIXME: NDK r23 minimum required
1819+ | "IFLA_PARENT_DEV_BUS_NAME"
1820+ | "IFLA_PARENT_DEV_NAME" => true ,
1821+
18141822 // FIXME: NDK r25 minimum required
1823+ | "IFLA_GRO_MAX_SIZE"
18151824 | "NDA_FLAGS_EXT"
18161825 | "NTF_EXT_MANAGED" => true ,
18171826
18181827 // FIXME: NDK above r25 required
1828+ | "IFLA_ALLMULTI"
1829+ | "IFLA_DEVLINK_PORT"
1830+ | "IFLA_GRO_IPV4_MAX_SIZE"
1831+ | "IFLA_GSO_IPV4_MAX_SIZE"
1832+ | "IFLA_TSO_MAX_SEGS"
1833+ | "IFLA_TSO_MAX_SIZE"
18191834 | "NDA_NDM_STATE_MASK"
18201835 | "NDA_NDM_FLAGS_MASK"
18211836 | "NDTPA_INTERVAL_PROBE_TIME_MS"
You can’t perform that action at this time.
0 commit comments