[ovs-dev] [PATCH] vtep: Use unicast MAC as an example for a unicast destination in README.

Ben Pfaff blp at nicira.com
Mon Dec 1 17:43:56 UTC 2014


Until now, the example for a unicast MAC has been a multicast MAC.

Signed-off-by: Ben Pfaff <blp at nicira.com>
---
 vtep/README.ovs-vtep.md |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/vtep/README.ovs-vtep.md b/vtep/README.ovs-vtep.md
index e3bb8bb..8de2a8b 100644
--- a/vtep/README.ovs-vtep.md
+++ b/vtep/README.ovs-vtep.md
@@ -154,4 +154,4 @@ use vtep-ctl to simulate one:
 
 4. Direct unicast destinations out a different tunnel:
 
-    vtep-ctl add-ucast-remote ls0 11:22:33:44:55:66 10.2.2.3
+    vtep-ctl add-ucast-remote ls0 00:11:22:33:44:55 10.2.2.3
-- 
1.7.10.4




More information about the dev mailing list