Hi Ben.
I faced one issue that ovs-vsctl could not recognize IPv6 address
and put it into database.

Could be reproduced like this:

$ make sandbox
$ ovs-vsctl add-br br0 -- set bridge br0 datapath_type=dummy
$ ovs-vsctl set Bridge br0 sflow=@sf -- --id=@sf create sflow agent=[::1]
ovs-vsctl: [::1]: unexpected ":" parsing set of up to 1 strings
$ ovs-vsctl set Bridge br0 sflow=@sf -- --id=@sf create sflow agent=::1
ovs-vsctl: ::1: unexpected ":" parsing set of up to 1 strings
$ ovs-vsctl set Bridge br0 sflow=@sf -- --id=@sf create sflow 
agent=2001:0db8:11a3:09d7:1f34:8a2e:07a0:765d                                   
                                                                               
ovs-vsctl: 2001:0db8:11a3:09d7:1f34:8a2e:07a0:765d: unexpected ":" parsing set 
of up to 1 strings

Could you, please, take a look ?

Best regards, Ilya Maximets.
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to