diff --git a/ovn/controller/ovn-controller.8.xml b/ovn/controller/ovn-controller.8.xml index 22702f72d6c..aadec159d05 100644 --- a/ovn/controller/ovn-controller.8.xml +++ b/ovn/controller/ovn-controller.8.xml @@ -123,6 +123,46 @@ +

Open vSwitch Database Usage

+ +

+ ovn-controller uses a number of external-ids + keys in the Open vSwitch database to keep track of ports and interfaces. + For proper operation, users should not change or clear these keys: +

+ +
+
+ external_ids:ovn-chassis-id in the Port table +
+
+ The presence of this key identifies a tunnel port within the + integration bridge as one created by ovn-controller to + reach a remote chassis. Its value is the chassis ID of the remote + chassis. +
+ +
+ external-ids:ovn-patch-port in the Port table +
+
+

+ The presence of this key identifies a patch port as one created by + ovn-controller to connect the integration bridge and + another bridge to implement a localnet logical port. + Its value is the name of the physical network that the port + implements. See external_ids:ovn-bridge-mappings, + above, for more information. +

+ +

+ Each localnet logical port is implemented as a pair of + patch ports, one in the integration bridge, one in a different + bridge, with the same external-ids:ovn-patch-port value. +

+
+
+

RUNTIME MANAGEMENT COMMANDS

ovs-appctl can send commands to a running