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
When we want to add a route that has multiple paths, we have to use rtnl::route::nlas::NextHop struct from our codes.
However, we cannot directly initialize this struct, because this struct has #[non_exhaustive] attribute.
Is there any way to create rtnl::route::nlas::NextHop?