File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed
src/unix/linux_like/linux Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -2014,6 +2014,13 @@ RTCF_LOG
2014
2014
RTCF_MASQ
2015
2015
RTCF_NAT
2016
2016
RTCF_VALVE
2017
+ RTEXT_FILTER_BRVLAN
2018
+ RTEXT_FILTER_BRVLAN_COMPRESSED
2019
+ RTEXT_FILTER_CFM_CONFIG
2020
+ RTEXT_FILTER_CFM_STATUS
2021
+ RTEXT_FILTER_MRP
2022
+ RTEXT_FILTER_SKIP_STATS
2023
+ RTEXT_FILTER_VF
2017
2024
RTF_ADDRCLASSMASK
2018
2025
RTF_ADDRCONF
2019
2026
RTF_ALLONLINK
Original file line number Diff line number Diff line change @@ -3030,6 +3030,14 @@ pub const ARPD_LOOKUP: ::c_ushort = 0x02;
3030
3030
pub const ARPD_FLUSH : :: c_ushort = 0x03 ;
3031
3031
pub const ATF_MAGIC : :: c_int = 0x80 ;
3032
3032
3033
+ pub const RTEXT_FILTER_VF : :: c_int = 1 << 0 ;
3034
+ pub const RTEXT_FILTER_BRVLAN : :: c_int = 1 << 1 ;
3035
+ pub const RTEXT_FILTER_BRVLAN_COMPRESSED : :: c_int = 1 << 2 ;
3036
+ pub const RTEXT_FILTER_SKIP_STATS : :: c_int = 1 << 3 ;
3037
+ pub const RTEXT_FILTER_MRP : :: c_int = 1 << 4 ;
3038
+ pub const RTEXT_FILTER_CFM_CONFIG : :: c_int = 1 << 5 ;
3039
+ pub const RTEXT_FILTER_CFM_STATUS : :: c_int = 1 << 6 ;
3040
+
3033
3041
// userspace compat definitions for RTNLGRP_*
3034
3042
pub const RTMGRP_LINK : :: c_int = 0x00001 ;
3035
3043
pub const RTMGRP_NOTIFY : :: c_int = 0x00002 ;
You can’t perform that action at this time.
0 commit comments