Hello,
I am unable to setup IPv6 based Vxlan tunnel. Tried port based and flow based 
but remote ip configuration is failing always. Can someone please guide me, 
what is wrong in my usage or otherwise how is IPv6 supported in OVS 2.3.

1) Port based IPv6 Vxlan tunnel cmnd and error msg
     # ovs-vsctl --no-wait add-port br2 vxlan0 -- set interface vxlan0 
type=vxlan options:remote_ip=2001:1938:2a9::10
    Error message in vswitch log:
        |00164|socket_util|ERR|"2001:1938:2a9::10" is not a valid IP address
        |00165|netdev_vport|WARN|vxlan0: bad vxlan 'remote_ip'
        |00166|netdev_vport|ERR|vxlan0: vxlan type requires valid 'remote_ip' 
argument
        |00167|netdev|WARN|vxlan0: could not set configuration (Invalid 
argument)
2) Flow based IPv6 Vxlan tunnel cmnd and error msg
     # ovs-ofctl add-flow br-int "in_port=1 
actions=set_tunnel:101,set_field:2001:1938:2a9::10->tun_dst,6"
       Error msg :
           ovs-ofctl: 2001:1938:2a9::10: invalid IP address

Questions: 1) Is there anything wrong with above two command syntax?
           2) How can I create IPv6 Vxlan tunnel, if its supported ?

Thanks In Advance
Regards
Vikas Aggarwal

_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to