[ovs-discuss] ovs dpdk vxlan does NOT work

Na Zhu zhunatuzi at gmail.com
Tue Sep 22 05:36:08 UTC 2015


Hi,

I am trying to use ovs dpdk, i follow the README-native-tunneling.md, it
does not work.
my setup is:
[image: 内嵌图片 1]
The prefix length of br-vxlan is not 24, is 25, after i create br-vxlan,
there is no route in ovs, so i add it by command ovs-appctl.
[root at juno ovs-build]# ./bin/ovs-appctl ovs/route/show
Route Table:
Cached: 10.53.87.242/32 dev br-vxlan
Cached: 127.0.0.1/32 dev lo
Cached: 158.85.164.66/32 dev bond1
Cached: 192.168.1.1/32 dev br0
Cached: 158.85.164.64/27 dev bond1
Cached: 192.168.1.0/24 dev br0
Cached: 169.254.0.0/16 dev bond1
Cached: 127.0.0.0/8 dev lo
Cached: 0.0.0.0/0 dev bond1 GW 158.85.164.65
[root at juno ovs-build]#
[root at juno ovs-build]# ./bin/ovs-appctl ovs/route/add 10.53.87.242/25
br-vxlan
OK
[root at juno ovs-build]# ./bin/ovs-appctl ovs/route/show
Route Table:
User: 10.53.87.128/25 dev br-vxlan
Cached: 10.53.87.242/32 dev br-vxlan
Cached: 127.0.0.1/32 dev lo
Cached: 158.85.164.66/32 dev bond1
Cached: 192.168.1.1/32 dev br0
Cached: 158.85.164.64/27 dev bond1
Cached: 192.168.1.0/24 dev br0
Cached: 169.254.0.0/16 dev bond1
Cached: 127.0.0.0/8 dev lo
Cached: 0.0.0.0/0 dev bond1 GW 158.85.164.65
[root at juno ovs-build]#
Then i ping 192.168.1.2, and i capture vxlan packet on eth0 by tcpdump,
there is no vxlan packet, do anyone know why?


BR
Juno
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20150922/b0d845e4/attachment-0002.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: image.png
Type: image/png
Size: 10395 bytes
Desc: not available
URL: <http://openvswitch.org/pipermail/ovs-discuss/attachments/20150922/b0d845e4/attachment-0002.png>


More information about the discuss mailing list