Linux: netlink:route: RTM_F_FIB_MATCH

commit 0be1b305d9b808e5b28e74f4ef807851c14c39f2
Author: Roopa Prabhu [email protected]
Date: Thu May 25 10:42:38 2017 -0700
net: ipv4: add new RTM_F_FIB_MATCH flag for use with RTM_GETROUTE
This flag when specified will return matched fib result in
response to a RTM_GETROUTE query.

这个是专门给 ip route get 命令做的一个使用标记。
ROUTE_GET_FLAGS := [ fibmatch ]

commit b61798130f1be5bff08712308126c2d7ebe390ef
Author: Roopa Prabhu [email protected]
Date: Thu May 25 10:42:39 2017 -0700
net: ipv4: RTM_GETROUTE: return matched fib result when requested
This patch adds support to return matched fib result when RTM_F_FIB_MATCH
flag is specified in RTM_GETROUTE request. This is useful for user-space
applications/controllers wanting to query a matching route.

你可能感兴趣的:(网络,云平台运维,linux,网络,运维)