Details
-
Bug
-
Status: Resolved
-
Resolution: Cannot Reproduce
-
Bugzilla Migration
-
None
-
Operating System: All
Platform: All
-
6049
Description
odl: distribution-karaf-0.5.0-20160610.063034-2786.tar.gz
used xml:
<evpn-route xmlns="urn:opendaylight:params:xml:ns:yang:bgp-evpn">
<route-key>ARYAAhmZmZkAAQHyDN2An/cAFgAAAAAK</route-key>
<route-distinguisher>429496729:1</route-distinguisher>
<ethernet-a-d-route>
<mpls-label>24001</mpls-label>
<ethernet-tag-id>
<vlan-id>10</vlan-id>
</ethernet-tag-id>
<lacp-auto-generated>
<ce-lacp-mac-address>f2:0c:dd:80:9f:f7</ce-lacp-mac-address>
<ce-lacp-port-key>22</ce-lacp-port-key>
</lacp-auto-generated>
</ethernet-a-d-route>
<attributes>
<ipv4-next-hop>
<global>199.20.166.41</global>
</ipv4-next-hop>
<as-path/>
<origin>
<value>igp</value>
</origin>
<extended-communities>
<transitive>false</transitive>
<es-import-route-extended-community>
<es-import>f2:0c:dd:80:9f:f8</es-import>
</es-import-route-extended-community>
</extended-communities>
</attributes>
</evpn-route>
mac addres used in the extended comunity is seen in the received update message, but loc rib does not contain it (attached pcap)
— first
+++ second
@@ -4,6 +4,14 @@
{
"attributes": {
"as-path": {},
+ "extended-communities": [
+ {
+ "es-import-route-extended-community":
,
+ "transitive": false
+ }
+ ],
"ipv4-next-hop": {
"global": "199.20.166.41"