Expand description
VPP application library
This module contains abstractions around VPP’s application layer, vlib.
Re-exports§
pub use buffer::BufferFlags;pub use buffer::BufferIndex;pub use buffer::BufferRef;pub use main::BarrierHeldMainRef;pub use main::MainRef;pub use node::FrameRef;pub use node::NodeRef;pub use node::NodeRuntimeRef;
Modules§
- buffer
- vlib buffer abstraction
- cli
- Command line interface
- main
- VPP vlib main structure wrapper
- node
- VPP node abstractions
- node_
generic - Generic node implementations