Docs.rs
rovs-openflow-0.2.0
rovs-openflow 0.2.0
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
delandtj
Dependencies
bytes ^1
normal
nom ^8
normal
rovs-transport ^0.2.0
normal
thiserror ^2
normal
tokio ^1
normal
tracing ^0.1
normal
Versions
97.54%
of the crate is documented
Platform
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Skip to main content
Module monitor_flags
rovs_
openflow
0.2.0
Module monitor_
flags
Module Items
Constants
In crate rovs_
openflow
rovs_openflow
Module
monitor_
flags
Copy item path
Source
Expand description
Flow monitor request flags (NXFMF_*).
Constants
§
ACTIONS
Include actions in update entries.
ADD
Notify when a new flow is added.
DELETE
Notify when a flow is deleted.
INITIAL
Send existing flows as initial ADDED events.
MODIFY
Notify when a flow is modified.
OWN
Include updates caused by the caller’s own messages.