diff --git a/ovn/ovn-nb.ovsschema b/ovn/ovn-nb.ovsschema index 782e0f293b0..8fe378aaeba 100644 --- a/ovn/ovn-nb.ovsschema +++ b/ovn/ovn-nb.ovsschema @@ -59,6 +59,7 @@ "isRoot": false}, "Logical_Router": { "columns": { + "name": {"type": "string"}, "ports": {"type": {"key": {"type": "uuid", "refTable": "Logical_Router_Port", "refType": "weak"}, diff --git a/ovn/ovn-nb.xml b/ovn/ovn-nb.xml index cafba141f78..266e6a481c3 100644 --- a/ovn/ovn-nb.xml +++ b/ovn/ovn-nb.xml @@ -266,6 +266,15 @@ Each row represents one L3 logical router.

+ +

+ A name for the logical router. This name has no special meaning or purpose + other than to provide convenience for human interaction with the ovn-nb + database. There is no requirement for the name to be unique. The + logical router's UUID should be used as the unique identifier. +

+
+ The router's ports. This is a set of weak references, so a must also refer to any given