ovs-sandbox: Add note about OVN to initial output.
[cascardo/ovs.git] / vtep / README.ovs-vtep.md
index dcc4e86..6734dab 100644 (file)
@@ -140,7 +140,7 @@ vtep-ctl set Physical_Switch br0 tunnel_ips=10.2.2.1
 7. Configure the VTEP database's manager to point at an NVC:
 
       ```
-vtep-ctl set-manager tcp:<CONTROLLER IP>:6632
+vtep-ctl set-manager tcp:<CONTROLLER IP>:6640
       ```
 
    Where CONTROLLER IP is your controller's IP address that is accessible
@@ -173,6 +173,7 @@ vtep-ctl add-mcast-remote ls0 unknown-dst 10.2.2.2
       ```
 
 4. Direct unicast destinations out a different tunnel:
+
       ```
 vtep-ctl add-ucast-remote ls0 00:11:22:33:44:55 10.2.2.3
       ```