On Mon, Aug 08, 2016 at 04:49:49PM +0530, Kapil Adhikesavalu wrote:
> Want to check if there is an alternate way to append a output port to the
> existing flow.
> 
> 
> 
> For example,
> 
> 
> 
> Existing flow:
> 
> cookie=0x0, duration=14279.412s, table=0, n_packets=0, n_bytes=0,
> idle_age=14316, dl_vlan=5 actions=output:2
> 
> 
> 
> If I want to add output:4 to the above flow, the only way I know is using
> mod-flow
> 
> 
> 
> ovs-ofctl mod-flow bridge "dl_vlan=5, actions=output:2,4"
> 
> 
> 
> But is there any other way that I can use to just append 4? i might have
> about 20 ports which have to be dynamically appended.

You could use the OF1.1+ "groups" feature.
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to