Details
-
Bug
-
Status: Resolved
-
Medium
-
Resolution: Done
-
Nitrogen
-
None
-
None
-
Operating System: All
Platform: All
-
8331
Description
L3 Label Parameter swapped with L2 Label when calling QBGP
qbgp.thrift defines the following:
i32 pushRoute(
1:protocol_type p_type,
2:string prefix,
3:string nexthop,
4:string rd,
5:i32 ethtag,
6:string esi,
7:string macaddress,
8:i32 l3label,
9:i32 l2label,
10:encap_type enc_type,
11:string routermac),
the call of this function is not handled correctly with label value.