When the remote security group and the remote IP are configured at the same time, the remote IP rule is ignored.

Bug #1728495 reported by Zachary Ma
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
neutron
In Progress
Undecided
Zachary Ma

Bug Description

①Only configure the remote IP flow table as follows:
table=82, priority=70,ct_state=+est-rel-rpl,ip,reg5=0x38 actions=output:56
table=82, priority=70,ct_state=+new-est,ip,reg5=0x38 actions=ct(commit,zone=NXM_NX_REG6[0..15]),output:56

②Configure the remote security group and the remote IP flow table as follows:
table=82, priority=70,ct_state=+new-est,ip,reg6=0xd,nw_src=10.10.10.13 actions=conjunction(7,1/2),conjunction(11,1/2)
table=82, priority=70,ct_state=+est-rel-rpl,ip,reg6=0xd,nw_src=10.10.10.13 actions=conjunction(6,1/2),conjunction(10,1/2)
table=82, priority=70,ct_state=+est-rel-rpl,ip,reg5=0x38 actions=conjunction(10,2/2)
table=82, priority=70,ct_state=+new-est,ip,reg5=0x38 actions=conjunction(11,2/2)
table=82, priority=70,conj_id=10,ct_state=+est-rel-rpl,ip,reg5=0x38 actions=output:56
table=82, priority=70,conj_id=11,ct_state=+new-est,ip,reg5=0x38 actions=ct(commit,zone=NXM_NX_REG6[0..15]),output:56

The rules for remote IP are ignored!

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to neutron (master)

Fix proposed to branch: master
Review: https://review.openstack.org/516198

Changed in neutron:
assignee: nobody → Zachary Ma (mazengxie)
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Change abandoned on neutron (master)

Change abandoned by Zachary Ma (mazengxie@126.com) on branch: master
Review: https://review.openstack.org/516198
Reason: https://review.openstack.org/#/c/494428/ covers this case.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.