Skip to content

Commit 691ac46

Browse files
committed
remove RTEXT_FILTER_MST as not yet widely supported
1 parent 309f1e9 commit 691ac46

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libc-test/semver/linux.txt

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1978,7 +1978,6 @@ RTEXT_FILTER_BRVLAN_COMPRESSED
19781978
RTEXT_FILTER_CFM_CONFIG
19791979
RTEXT_FILTER_CFM_STATUS
19801980
RTEXT_FILTER_MRP
1981-
RTEXT_FILTER_MST
19821981
RTEXT_FILTER_SKIP_STATS
19831982
RTEXT_FILTER_VF
19841983
RTCF_DIRECTSRC

src/unix/linux_like/linux/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2937,7 +2937,6 @@ pub const RTEXT_FILTER_SKIP_STATS: ::c_int = 1 << 3;
29372937
pub const RTEXT_FILTER_MRP: ::c_int = 1 << 4;
29382938
pub const RTEXT_FILTER_CFM_CONFIG: ::c_int = 1 << 5;
29392939
pub const RTEXT_FILTER_CFM_STATUS: ::c_int = 1 << 6;
2940-
pub const RTEXT_FILTER_MST: ::c_int = 1 << 7;
29412940

29422941
// userspace compat definitions for RTNLGRP_*
29432942
pub const RTMGRP_LINK: ::c_int = 0x00001;

0 commit comments

Comments
 (0)