> On Wed, Dec 3, 2014 at 2:31 AM, YAMAMOTO Takashi <yamam...@valinux.co.jp> > wrote: >> This command is useful at least for testing. >> >> Example output: >> % ovs-appctl ovs/route/lookup '10.0.0.1' >> gateway 172.17.0.254 >> dev wm0 >> % >> > Can you add documentation for new command?
like this? YAMAMOTO Takashi diff --git a/README-native-tunneling.md b/README-native-tunneling.md index 0ffd82b..fa8c8de 100644 --- a/README-native-tunneling.md +++ b/README-native-tunneling.md @@ -57,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: _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev