Hi all,
Can we use more than one packet fields to be the inputs of bucket selection 
hashing function? If YES, what is the syntax? For example, I use the below 
command to specify 'dl_src' to be the input, how do I modify it for 'dl_src' 
and 'dl_dst'?
sudo ovs-ofctl -O OpenFlow15 add-group s1 group_id=1, type=select, 
selection_method=hash, fields=dl_src, bucket=output:1, bucket=output:2 
Thank you!
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to