Family ovs_vport netlink specification¶
Contents
Operations¶
vport-get¶
Get / dump OVS vport configuration and state
- value
3
- attribute-set
- fixed-header
- do
- request
- attributes
[
dp-ifindex,name]
- reply
- attributes
[
dp-ifindex,port-no,type,name,upcall-pid,stats,ifindex,netnsid,upcall-stats]
- dump
- request
- attributes
[
dp-ifindex,name]
- reply
- attributes
[
dp-ifindex,port-no,type,name,upcall-pid,stats,ifindex,netnsid,upcall-stats]
Multicast groups¶
ovs_vport
Definitions¶
ovs-header¶
- type
struct
- members
- dp-ifindex (
u32)
- dp-ifindex (
vport-type¶
- type
enum
- entries
unspecnetdevinternalgrevxlangeneve
vport-stats¶
- type
struct
- members
- rx-packets (
u64) - tx-packets (
u64) - rx-bytes (
u64) - tx-bytes (
u64) - rx-errors (
u64) - tx-errors (
u64) - rx-dropped (
u64) - tx-dropped (
u64)
- rx-packets (