ovn-nbctl: Update logical switch port commands.
[cascardo/ovs.git] / INSTALL.Docker.md
index eb27756..cf15b29 100644 (file)
@@ -157,7 +157,7 @@ Docker currently does not have a CLI command to list all your logical ports.
 But you can look at them in the OVN database, by running:
 
 ```
-ovn-nbctl --db=tcp:$CENTRAL_IP:6640 lport-list $NID
+ovn-nbctl --db=tcp:$CENTRAL_IP:6640 lsp-list $NID
 ```
 
 * You can also create a logical port and attach it to a running container.