mirror of
https://github.com/apache/nuttx.git
synced 2025-12-10 20:24:51 +08:00
netlink: add RTA_MAX definition
Signed-off-by: zhanghongyu <zhanghongyu@xiaomi.com>
This commit is contained in:
@@ -165,6 +165,7 @@
|
||||
#define RTA_OIF 4 /* Argument: Output interface index */
|
||||
#define RTA_GATEWAY 5 /* Argument: Gateway address of the route */
|
||||
#define RTA_GENMASK 6 /* Argument: Network address mask of sub-net */
|
||||
#define RTA_MAX 6 /* MAX type, same as last argument */
|
||||
|
||||
/* NETLINK_ROUTE protocol message types *************************************/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user