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 a31cb99 commit 0b63f0aCopy full SHA for 0b63f0a
src/unix/bsd/netbsdlike/openbsd/mod.rs
@@ -1896,7 +1896,15 @@ pub const RTF_LOCAL: ::c_int = 0x200000;
1896
pub const RTF_BROADCAST: ::c_int = 0x400000;
1897
pub const RTF_CONNECTED: ::c_int = 0x800000;
1898
pub const RTF_BFD: ::c_int = 0x1000000;
1899
-pub const RTF_FMASK: ::c_int = b'\\' as _;
+pub const RTF_FMASK: ::c_int = ::RTF_LLINFO
1900
+ | ::RTF_PROTO1
1901
+ | ::RTF_PROTO2
1902
+ | ::RTF_PROTO3
1903
+ | ::RTF_BLACKHOLE
1904
+ | ::RTF_REJECT
1905
+ | ::RTF_STATIC
1906
+ | ::RTF_MPLS
1907
+ | ::RTF_BFD;
1908
1909
pub const RTM_VERSION: ::c_int = 5;
1910
pub const RTM_RESOLVE: ::c_int = 0xb;
0 commit comments