You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
**API BREAKAGE**
To align with other route handler, the `RouteHandle::get()` has
changed from `new(ip_version: IpVersion)` to
`new(route: RouteMessage)`.
Once `NETLINK_GET_STRICT_CHK` enabled by
`rtnetlink::sys::Socket::set_netlink_get_strict_chk(true)`, kernel will
only return match routes only in dump.
Example `get_route_kernel_filter.rs` included to demonstrate this.
Signed-off-by: Gris Ge <[email protected]>
0 commit comments