локальный контроллер Open Virtual Network (Open Virtual Network local controller)
Управление временем выполнения (Run-time control)
ovs-appctl
can send commands to a running ovn-controller
process.
The currently supported commands are described below.
exit
Causes ovn-controller
to gracefully terminate.
ct-zone-list
Lists each local logical port and its connection
tracking zone.
meter-table-list
Lists each meter table entry and its local meter
id.
group-table-list
Lists each group table entry and its local group
id.
inject-pkt
microflow
Injects microflow into the connected Open vSwitch
instance. microflow must contain an ingress logical
port (inport
argument) that is present on the Open
vSwitch instance.
The microflow argument describes the packet whose
forwarding is to be simulated, in the syntax of an
OVN logical expression, as described in ovn-sb(5),
to express constraints. The parser understands
prerequisites; for example, if the expression
refers to ip4.src
, there is no need to explicitly
state ip4
or eth.type == 0x800
.
connection-status
Show OVN SBDB connection status for the chassis.