File tree Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Expand file tree Collapse file tree 2 files changed +8
-5
lines changed Original file line number Diff line number Diff line change @@ -1812,8 +1812,6 @@ pub const NTF_USE: u8 = 0x01;
1812
1812
pub const NTF_SELF : u8 = 0x02 ;
1813
1813
pub const NTF_MASTER : u8 = 0x04 ;
1814
1814
pub const NTF_PROXY : u8 = 0x08 ;
1815
- pub const NTF_EXT_LEARNED : u8 = 0x10 ;
1816
- pub const NTF_OFFLOADED : u8 = 0x20 ;
1817
1815
pub const NTF_ROUTER : u8 = 0x80 ;
1818
1816
1819
1817
pub const NDA_UNSPEC : :: c_ushort = 0 ;
@@ -1825,9 +1823,6 @@ pub const NDA_VLAN: ::c_ushort = 5;
1825
1823
pub const NDA_PORT : :: c_ushort = 6 ;
1826
1824
pub const NDA_VNI : :: c_ushort = 7 ;
1827
1825
pub const NDA_IFINDEX : :: c_ushort = 8 ;
1828
- pub const NDA_MASTER : :: c_ushort = 9 ;
1829
- pub const NDA_LINK_NETNSID : :: c_ushort = 10 ;
1830
- pub const NDA_SRC_VNI : :: c_ushort = 11 ;
1831
1826
1832
1827
// linux/rtnetlink.h
1833
1828
pub const RTM_F_NOTIFY : :: c_uint = 0x100 ;
Original file line number Diff line number Diff line change @@ -615,6 +615,14 @@ pub const RTA_PAD: ::c_ushort = 24;
615
615
pub const RTA_UID : :: c_ushort = 25 ;
616
616
pub const RTA_TTL_PROPAGATE : :: c_ushort = 26 ;
617
617
618
+ // linux/neighbor.h
619
+ pub const NTF_EXT_LEARNED : u8 = 0x10 ;
620
+ pub const NTF_OFFLOADED : u8 = 0x20 ;
621
+
622
+ pub const NDA_MASTER : :: c_ushort = 9 ;
623
+ pub const NDA_LINK_NETNSID : :: c_ushort = 10 ;
624
+ pub const NDA_SRC_VNI : :: c_ushort = 11 ;
625
+
618
626
// linux/if_addr.h
619
627
pub const IFA_FLAGS : :: c_ushort = 8 ;
620
628
You can’t perform that action at this time.
0 commit comments