We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff63cb5 commit 6caa8eaCopy full SHA for 6caa8ea
src/unix/linux_like/linux/mod.rs
@@ -1128,6 +1128,13 @@ pub const IFLA_LINK: ::c_ushort = 5;
1128
pub const IFLA_QDISC: ::c_ushort = 6;
1129
pub const IFLA_STATS: ::c_ushort = 7;
1130
1131
+pub const IFLA_INFO_UNSPEC: ::c_ushort = 0;
1132
+pub const IFLA_INFO_KIND: ::c_ushort = 1;
1133
+pub const IFLA_INFO_DATA: ::c_ushort = 2;
1134
+pub const IFLA_INFO_XSTATS: ::c_ushort = 3;
1135
+pub const IFLA_INFO_SLAVE_KIND: ::c_ushort = 4;
1136
+pub const IFLA_INFO_SLAVE_DATA: ::c_ushort = 5;
1137
+
1138
// linux/if_tun.h
1139
pub const IFF_TUN: ::c_int = 0x0001;
1140
pub const IFF_TAP: ::c_int = 0x0002;
0 commit comments