Hello Team,

I am working on OVS-2.3.2. I got a strange behavior while sending group_mod
message for add group with invalid group type with RYU controller.

Syntax:
OFPGroupMod (datapath, command=0, type_=0, group_id=0, buckets=[])

ofproto_v1_3_parser.OFPGroupMod(datapath, ofproto_v1_3 .OFPGC_ADD, 7,
group_id, buckets)

This operation should return error OFPGMFC_BAD_TYPE. But vswitchd service
got crashed and connection get lost with the controller.

Have anyone faced this issue?

Regards
Manpreet
_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to