Hi all, Does OVS not support modifying IPv6 addresses as an action? Here are the commands I'm running and their outputs.
# This works. $ sudo ovs-ofctl add-flow br-eth3 tcp,actions=mod_nw_dst=127.0.0.1 # This doesn't. $ sudo ovs-ofctl add-flow br-eth3 tcp6,actions=mod_nw_dst=::1 2015-07-02T22:40:10Z|00001|socket_util|ERR|"::1" is not a valid IP address ovs-ofctl: ::1: could not convert to IP address # Neither does this. $ sudo ovs-ofctl add-flow br-eth3 tcp6,actions=mod_nw_dst=[::1] 2015-07-02T22:40:38Z|00001|socket_util|ERR|"[::1]" is not a valid IP address ovs-ofctl: [::1]: could not convert to IP address I am running Open vSwitch version 2.3.1. Thanks, Jacob Chappell
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss