ERROR:OFPGMFC_NUKNOWN_GROUP when add a new port chain
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
networking-sfc |
Fix Released
|
Undecided
|
Unassigned |
Bug Description
As an example, when I have not sfc port chain and following groups in my group table:
group_id=
group_id=
group_id=
Then create a sfc port chain, this will trigger an error OFPGMFC_
the program execute "MOD group_id=
the group table, so this cmd will not be executed successfully.
REASON:
The sfc progarm judge the group_id exist or not by:
"if group_content.
As you can see, there is a "group_id=10" in the group_content, so when it excute:
"group_
It will return 0
Changed in networking-sfc: | |
status: | New → In Progress |
The proposed fix: https:/ /review. opendev. org/c/openstack /networking- sfc/+/817527