On a L2 VN, adding a AAP entry on a port does not add it to L2 table
Affects | Status | Importance | Assigned to | Milestone | ||
---|---|---|---|---|---|---|
Juniper Openstack | Status tracked in Trunk | |||||
R3.2 |
Fix Committed
|
High
|
Madhusudan Bhat | |||
R4.0 |
Fix Committed
|
High
|
Madhusudan Bhat | |||
R4.1 |
Fix Committed
|
High
|
Madhusudan Bhat | |||
Trunk |
Fix Committed
|
High
|
Madhusudan Bhat |
Bug Description
R4.0.1.0 Build 69
Create a VN and set it to be in L2 only mode.
Boot a VM in that VN.
root@nodei31:~# neutron port-list | grep 10.1.1.
| fb1d07ab-
root@nodei31:~#
Using Contrail UI, add an Allowed address pair entry 10.1.1.10, 00:01:02:03:04:05 to this port.
It is seen that the bridge table is not having this AAP MAC (both in agent/vrouter)
root@nodei31:~# rt --dump 2 --family bridge
Flags: L=Label Valid, Df=DHCP flood, Mm=Mac Moved, L2c=L2 Evpn Control Word, N=New Entry, Ec=EvpnControlP
vRouter bridge table 0/2
Index DestMac Flags Label/VNID Nexthop Stats
5104 2:fb:1d:7:ab:76 - 13 0
31264 0:0:5e:0:1:0 Df - 3 0
112924 ff:ff:ff:ff:ff:ff LDf 4 16 242
242248 0:25:90:e7:7f:ac Df - 3 0
root@nodei31:~#
Changed in juniperopenstack: | |
assignee: | Hari Prasad Killi (haripk) → Madhusudan Bhat (bmadhu) |
Review in progress for https:/ /review. opencontrail. org/36288
Submitter: Madhusudan Bhat (<email address hidden>)