We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 833ed04 + 8f2eec2 commit 16dc7d1Copy full SHA for 16dc7d1
1 file changed
src/features.rs
@@ -402,6 +402,10 @@ pub mod net {
402
#[doc(alias = "VIRTIO_NET_F_CTRL_VLAN")]
403
const CTRL_VLAN = 1 << 19;
404
405
+ /// Control channel RX extra mode support.
406
+ #[doc(alias = "VIRTIO_NET_F_CTRL_RX_EXTRA")]
407
+ const CTRL_RX_EXTRA = 1 << 20;
408
+
409
/// Driver can send gratuitous
410
/// packets.
411
#[doc(alias = "VIRTIO_NET_F_GUEST_ANNOUNCE")]
0 commit comments