We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa21129 commit 9b83c66Copy full SHA for 9b83c66
src/nexthop/flags.rs
@@ -16,7 +16,7 @@ bitflags! {
16
pub struct NexthopFlags: u32 {
17
const Dead = RTNH_F_DEAD;
18
const Pervasive = RTNH_F_PERVASIVE;
19
- const Onlink =RTNH_F_ONLINK;
+ const Onlink = RTNH_F_ONLINK;
20
const Offload = RTNH_F_OFFLOAD;
21
const Linkdown = RTNH_F_LINKDOWN;
22
const Unresolved = RTNH_F_UNRESOLVED;
0 commit comments