ofproto: Split add_flow().
[cascardo/ovs.git] / README-native-tunneling.md
index 989c251..746d089 100644 (file)
@@ -1,3 +1,5 @@
+Native Tunneling in Open vSwitch userspace
+------------------------------------------
 
 Open vSwitch supports tunneling in userspace. Tunneling is implemented in
 platform independent way.
@@ -55,6 +57,8 @@ Tunnel routing table:
        ovs-appctl ovs/route/show
     To del route:
        ovs-appctl ovs/route/del <IP address>/<prefix length>
+    To look up and display the route for a destination:
+       ovs-appctl ovs/route/lookup <IP address>
 
 ARP:
     To see arp cache content: