X-Git-Url: http://git.cascardo.eti.br/?a=blobdiff_plain;f=ovn%2Futilities%2Fovn-nbctl.8.xml;h=102e97cb9a16e502e95f60e28fa826f5aad19819;hb=30f41d5fc5f8f4410a187f7562091bae538316c8;hp=1a93aa3ac4d2bb233a395e510b6cadfb9ec2d08e;hpb=322ec6394069a3e12ee3279005653e46559f57cb;p=cascardo%2Fovs.git diff --git a/ovn/utilities/ovn-nbctl.8.xml b/ovn/utilities/ovn-nbctl.8.xml index 1a93aa3ac..102e97cb9 100644 --- a/ovn/utilities/ovn-nbctl.8.xml +++ b/ovn/utilities/ovn-nbctl.8.xml @@ -38,32 +38,6 @@
Lists all existing switches on standard output, one per line.
- -
lswitch-set-external-id lswitch key [value]
-
-

Sets or clears an ``external ID'' value on lswitch. - These values are intended to identify entities external to OVN - with which lswitch is associated. The OVN Northbound - database schema may specify well-known key values, - but key and value are otherwise arbitrary - strings.

- -

If value is specified, then key is set to - value for lswitch, overwriting any - previous value. If value is omitted, then - key is removed from lswitch's set of - external IDs (if it was present.

-
- -
lswitch-get-external-id lswitch [key]
-
- Queries the external IDs on lswitch. If - key is specified, the output is the value for that - key or the empty string if key is unset. - If key is omitted, the output is - key=value, one per line, for - each key-value pair. -

ACL Commands

@@ -135,32 +109,6 @@ nothing. -
lport-set-external-id lport key [value]
-
-

Sets or clears an ``external ID'' value on lport. - These values are intended to identify entities external to OVN - with which lport is associated. The OVN Northbound - database schema may specify well-known key values, - but key and value are otherwise arbitrary - strings.

- -

If value is specified, then key is set to - value for lport, overwriting any - previous value. If value is omitted, then - key is removed from lport's set of - external IDs (if it was present.

-
- -
lport-get-external-id lport [key]
-
- Queries the external IDs on lport. If - key is specified, the output is the value for that - key or the empty string if key is unset. - If key is omitted, the output is - key=value, one per line, for - each key-value pair. -
-
lport-set-macs lport [mac]...
Sets the MACs associated with lport to