BTW, I am using OVS 2.6.1 with DPDK 16.07. In the other machine with OVS 2.5.90 without DPDK, the route is adding fine in the ovs/route table. To add route in ovs/route table, Do I need to do anything different in DPDK setup?
Regards, Srikanth. -----Original Message----- From: [email protected] [mailto:[email protected]] On Behalf Of Srikanth Lingala Sent: Wednesday, March 01, 2017 9:00 PM To: [email protected]; [email protected] Subject: [ovs-dev] ovs-appctl command failing Hi, I am using OVS 2.6.1. In general, if I add a route using the command 'ip route add 1.1.1.0/24 dev br-int', ovs-appctl ovs/route/show should list the added route. But, in my case that route is not showing. Even, If I added manually using the command 'ovs-appctl ovs/route/add', it's giving an error. Following are commands executed: #> ovs-vsctl add-br br-int #> ifconfig br-int up #> ovs-appctl ovs/route/add 1.1.1.0/24 br-int Error while inserting route. I am not able to find any kind of elaborated error log. But, when I give an IP address (eg: 1.1.1.2) to 'br-int', I am able to see the following route in ovs-appctl ovs/route/show: Cached: 1.1.1.2/32 dev br-int SRC 1.1.1.2 Can anyone help me to identify the issue? Regards, Srikanth. _______________________________________________ dev mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-dev _______________________________________________ discuss mailing list [email protected] https://mail.openvswitch.org/mailman/listinfo/ovs-discuss
