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 ded2ae1 commit 34d3ce3Copy full SHA for 34d3ce3
src/unix/bsd/netbsdlike/openbsd/mod.rs
@@ -1931,7 +1931,15 @@ pub const RTF_LOCAL: ::c_int = 0x200000;
1931
pub const RTF_BROADCAST: ::c_int = 0x400000;
1932
pub const RTF_CONNECTED: ::c_int = 0x800000;
1933
pub const RTF_BFD: ::c_int = 0x1000000;
1934
-pub const RTF_FMASK: ::c_int = b'\\' as _;
+pub const RTF_FMASK: ::c_int = ::RTF_LLINFO
1935
+ | ::RTF_PROTO1
1936
+ | ::RTF_PROTO2
1937
+ | ::RTF_PROTO3
1938
+ | ::RTF_BLACKHOLE
1939
+ | ::RTF_REJECT
1940
+ | ::RTF_STATIC
1941
+ | ::RTF_MPLS
1942
+ | ::RTF_BFD;
1943
1944
pub const RTM_VERSION: ::c_int = 5;
1945
pub const RTM_RESOLVE: ::c_int = 0xb;
0 commit comments