On Tue, Sep 10, 2013 at 06:28:18PM +0300, Andrei Andone wrote: > The problem was I had the tunnel configured as follows: > ovs-vscl add-port br-vnet tun-port -- set Interface tun-port > type=... options:remote_ip=*flow* options:key=*20 > > *After looking into the code for flow matching I decided to also set > the "*options:key*" parameter to "*flow*" and my flowed tunnel > started to work. Somehow I didn't see anywhere mentioned that if you > use: "remote_ip=flow" the key also has to be set to flow. Even if > you specifically set the "tun_id" argument in a flow, if the > "options:key" parameter is set to a static value, it won't work even > if the statically assigned key is correct. > > Just for ease of notice: *"options:remote_ip=flow"* requires > *"options:key=flow"*
Thanks for pointing that out. This is probably worth documenting. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
