File tree Expand file tree Collapse file tree 2 files changed +0
-2
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 2 files changed +0
-2
lines changed Original file line number Diff line number Diff line change @@ -1978,7 +1978,6 @@ RTEXT_FILTER_BRVLAN_COMPRESSED
1978
1978
RTEXT_FILTER_CFM_CONFIG
1979
1979
RTEXT_FILTER_CFM_STATUS
1980
1980
RTEXT_FILTER_MRP
1981
- RTEXT_FILTER_MST
1982
1981
RTEXT_FILTER_SKIP_STATS
1983
1982
RTEXT_FILTER_VF
1984
1983
RTCF_DIRECTSRC
Original file line number Diff line number Diff line change @@ -2937,7 +2937,6 @@ pub const RTEXT_FILTER_SKIP_STATS: ::c_int = 1 << 3;
2937
2937
pub const RTEXT_FILTER_MRP : :: c_int = 1 << 4 ;
2938
2938
pub const RTEXT_FILTER_CFM_CONFIG : :: c_int = 1 << 5 ;
2939
2939
pub const RTEXT_FILTER_CFM_STATUS : :: c_int = 1 << 6 ;
2940
- pub const RTEXT_FILTER_MST : :: c_int = 1 << 7 ;
2941
2940
2942
2941
// userspace compat definitions for RTNLGRP_*
2943
2942
pub const RTMGRP_LINK : :: c_int = 0x00001 ;
You can’t perform that action at this time.
0 commit comments