Hi All, i am getting following error for adding flows through ovs-ofctl utility. root@rns:/home/nihar_ovs# ovs-ofctl add-flow br0 "in_port=2,table=0,actions=flood" OFPT_ERROR (xid=0x4): OFPBAC_BAD_LEN OFPT_FLOW_MOD (xid=0x4): (***truncated to 64 bytes from 80***) 00000000 01 0e 00 50 00 00 00 04-00 38 20 fe 00 02 00 00 |...P.....8 .....| 00000010 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 |................| 00000020 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 |................| 00000030 00 00 00 00 00 00 00 00-00 00 00 00 00 00 80 00 |................|
root@rns:/home/nihar_ovs# ovs-ofctl add-flow br0 "in_port=2,actions=output:3" OFPT_ERROR (xid=0x2): OFPBAC_BAD_LEN OFPT_FLOW_MOD (xid=0x2): (***truncated to 64 bytes from 80***) 00000000 01 0e 00 50 00 00 00 02-00 38 20 fe 00 02 00 00 |...P.....8 .....| 00000010 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 |................| 00000020 00 00 00 00 00 00 00 00-00 00 00 00 00 00 00 00 |................| 00000030 00 00 00 00 00 00 00 00-00 00 00 00 00 00 80 00 |................| does openwitch.ko version impact on this or not ? Quite sure that this is basic functionality of OVS which should work, but not sure where if I have missed something here. any help will be appreciated. Thanks in advance Nihar Baxi
_______________________________________________ discuss mailing list discuss@openvswitch.org http://openvswitch.org/mailman/listinfo/discuss