@@ -1012,6 +1012,8 @@ pub const IFLA_NETKIT_PEER_POLICY: _bindgen_ty_18 = _bindgen_ty_18::IFLA_NETKIT_
10121012pub const IFLA_NETKIT_MODE : _bindgen_ty_18 = _bindgen_ty_18:: IFLA_NETKIT_MODE ;
10131013pub const IFLA_NETKIT_SCRUB : _bindgen_ty_18 = _bindgen_ty_18:: IFLA_NETKIT_SCRUB ;
10141014pub const IFLA_NETKIT_PEER_SCRUB : _bindgen_ty_18 = _bindgen_ty_18:: IFLA_NETKIT_PEER_SCRUB ;
1015+ pub const IFLA_NETKIT_HEADROOM : _bindgen_ty_18 = _bindgen_ty_18:: IFLA_NETKIT_HEADROOM ;
1016+ pub const IFLA_NETKIT_TAILROOM : _bindgen_ty_18 = _bindgen_ty_18:: IFLA_NETKIT_TAILROOM ;
10151017pub const __IFLA_NETKIT_MAX: _bindgen_ty_18 = _bindgen_ty_18:: __IFLA_NETKIT_MAX;
10161018pub const VNIFILTER_ENTRY_STATS_UNSPEC : _bindgen_ty_19 = _bindgen_ty_19:: VNIFILTER_ENTRY_STATS_UNSPEC ;
10171019pub const VNIFILTER_ENTRY_STATS_RX_BYTES : _bindgen_ty_19 = _bindgen_ty_19:: VNIFILTER_ENTRY_STATS_RX_BYTES ;
@@ -1067,6 +1069,7 @@ pub const IFLA_VXLAN_DF: _bindgen_ty_22 = _bindgen_ty_22::IFLA_VXLAN_DF;
10671069pub const IFLA_VXLAN_VNIFILTER : _bindgen_ty_22 = _bindgen_ty_22:: IFLA_VXLAN_VNIFILTER ;
10681070pub const IFLA_VXLAN_LOCALBYPASS : _bindgen_ty_22 = _bindgen_ty_22:: IFLA_VXLAN_LOCALBYPASS ;
10691071pub const IFLA_VXLAN_LABEL_POLICY : _bindgen_ty_22 = _bindgen_ty_22:: IFLA_VXLAN_LABEL_POLICY ;
1072+ pub const IFLA_VXLAN_RESERVED_BITS : _bindgen_ty_22 = _bindgen_ty_22:: IFLA_VXLAN_RESERVED_BITS ;
10701073pub const __IFLA_VXLAN_MAX: _bindgen_ty_22 = _bindgen_ty_22:: __IFLA_VXLAN_MAX;
10711074pub const IFLA_GENEVE_UNSPEC : _bindgen_ty_23 = _bindgen_ty_23:: IFLA_GENEVE_UNSPEC ;
10721075pub const IFLA_GENEVE_ID : _bindgen_ty_23 = _bindgen_ty_23:: IFLA_GENEVE_ID ;
@@ -1408,7 +1411,11 @@ pub const RTM_NEWACTION: _bindgen_ty_61 = _bindgen_ty_61::RTM_NEWACTION;
14081411pub const RTM_DELACTION : _bindgen_ty_61 = _bindgen_ty_61:: RTM_DELACTION ;
14091412pub const RTM_GETACTION : _bindgen_ty_61 = _bindgen_ty_61:: RTM_GETACTION ;
14101413pub const RTM_NEWPREFIX : _bindgen_ty_61 = _bindgen_ty_61:: RTM_NEWPREFIX ;
1414+ pub const RTM_NEWMULTICAST : _bindgen_ty_61 = _bindgen_ty_61:: RTM_NEWMULTICAST ;
1415+ pub const RTM_DELMULTICAST : _bindgen_ty_61 = _bindgen_ty_61:: RTM_DELMULTICAST ;
14111416pub const RTM_GETMULTICAST : _bindgen_ty_61 = _bindgen_ty_61:: RTM_GETMULTICAST ;
1417+ pub const RTM_NEWANYCAST : _bindgen_ty_61 = _bindgen_ty_61:: RTM_NEWANYCAST ;
1418+ pub const RTM_DELANYCAST : _bindgen_ty_61 = _bindgen_ty_61:: RTM_DELANYCAST ;
14121419pub const RTM_GETANYCAST : _bindgen_ty_61 = _bindgen_ty_61:: RTM_GETANYCAST ;
14131420pub const RTM_NEWNEIGHTBL : _bindgen_ty_61 = _bindgen_ty_61:: RTM_NEWNEIGHTBL ;
14141421pub const RTM_GETNEIGHTBL : _bindgen_ty_61 = _bindgen_ty_61:: RTM_GETNEIGHTBL ;
@@ -2002,7 +2009,9 @@ IFLA_NETKIT_PEER_POLICY = 4,
20022009IFLA_NETKIT_MODE = 5 ,
20032010IFLA_NETKIT_SCRUB = 6 ,
20042011IFLA_NETKIT_PEER_SCRUB = 7 ,
2005- __IFLA_NETKIT_MAX = 8 ,
2012+ IFLA_NETKIT_HEADROOM = 8 ,
2013+ IFLA_NETKIT_TAILROOM = 9 ,
2014+ __IFLA_NETKIT_MAX = 10 ,
20062015}
20072016#[ repr( u32 ) ]
20082017#[ non_exhaustive]
@@ -2077,7 +2086,8 @@ IFLA_VXLAN_DF = 29,
20772086IFLA_VXLAN_VNIFILTER = 30 ,
20782087IFLA_VXLAN_LOCALBYPASS = 31 ,
20792088IFLA_VXLAN_LABEL_POLICY = 32 ,
2080- __IFLA_VXLAN_MAX = 33 ,
2089+ IFLA_VXLAN_RESERVED_BITS = 33 ,
2090+ __IFLA_VXLAN_MAX = 34 ,
20812091}
20822092#[ repr( u32 ) ]
20832093#[ non_exhaustive]
@@ -2644,7 +2654,11 @@ RTM_NEWACTION = 48,
26442654RTM_DELACTION = 49 ,
26452655RTM_GETACTION = 50 ,
26462656RTM_NEWPREFIX = 52 ,
2657+ RTM_NEWMULTICAST = 56 ,
2658+ RTM_DELMULTICAST = 57 ,
26472659RTM_GETMULTICAST = 58 ,
2660+ RTM_NEWANYCAST = 60 ,
2661+ RTM_DELANYCAST = 61 ,
26482662RTM_GETANYCAST = 62 ,
26492663RTM_NEWNEIGHTBL = 64 ,
26502664RTM_GETNEIGHTBL = 66 ,
@@ -2762,7 +2776,8 @@ RTA_IP_PROTO = 27,
27622776RTA_SPORT = 28 ,
27632777RTA_DPORT = 29 ,
27642778RTA_NH_ID = 30 ,
2765- __RTA_MAX = 31 ,
2779+ RTA_FLOWLABEL = 31 ,
2780+ __RTA_MAX = 32 ,
27662781}
27672782#[ repr( u32 ) ]
27682783#[ non_exhaustive]
@@ -2869,7 +2884,10 @@ RTNLGRP_BRVLAN = 33,
28692884RTNLGRP_MCTP_IFADDR = 34 ,
28702885RTNLGRP_TUNNEL = 35 ,
28712886RTNLGRP_STATS = 36 ,
2872- __RTNLGRP_MAX = 37 ,
2887+ RTNLGRP_IPV4_MCADDR = 37 ,
2888+ RTNLGRP_IPV6_MCADDR = 38 ,
2889+ RTNLGRP_IPV6_ACADDR = 39 ,
2890+ __RTNLGRP_MAX = 40 ,
28732891}
28742892#[ repr( u32 ) ]
28752893#[ non_exhaustive]
0 commit comments