I am getting following message ovs-ofctl: none of the usable flow formats (OXM,OpenFlow11) is among the allowed flow formats (OpenFlow10,NXM)
when I write following command on terminal sudo ovs-ofctl add-flow s1 "table=0, priority=200, nw_proto=17, dl_type=0x0800, nw_src=10.0.0.2, tp_dst=5690, actions=mod_nw_dst:10.0.0.6,mod_dl_dst=32:f6:fa:27:68:8c,output:5,goto_table:1" Can I expect here that, matched packets will be set with specified destination IP&mac, then forwarded to the port 5 and packet will be copied to table 1...? On 7 January 2014 17:17, hardik soni <[email protected]> wrote: > I have other action associated with an output action. > Destination mac and IP need to be change according to the output OF port. > So, I have another 2 actions associated with output action. > If I just use multiple output actions, where can I specify IP and mac > address modification actions, for the output actions following the first > one? > > > > On 7 January 2014 16:53, Ben Pfaff <[email protected]> wrote: > >> Yes, use multiple output actions. >> On Jan 7, 2014 3:09 AM, "hardik soni" <[email protected]> wrote: >> >>> Hi All, >>> >>> I want to forward matched packet on multiple selected output ports, but >>> not all. >>> Is there any way? >>> >>> -- >>> Regards, >>> Hardik Soni >>> >>> >>> _______________________________________________ >>> dev mailing list >>> [email protected] >>> http://openvswitch.org/mailman/listinfo/dev >>> >>> > > > -- > Regards, > Hardik Soni > > -- Regards, Hardik Soni
_______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
