]> git.puffer.fish Git - mirror/frr.git/commit
bgpd: use BGP_LABEL_BYTES instead of a mogic number '3'
authormitesh <mitesh@cumulusnetworks.com>
Mon, 5 Feb 2018 21:24:57 +0000 (13:24 -0800)
committermitesh <mitesh@cumulusnetworks.com>
Mon, 5 Feb 2018 21:24:57 +0000 (13:24 -0800)
commit1b817c78e6991e006c9c9d44cf678c1e57b9f6fa
treefd3ca0bfc074b8de8f810b69417f4e56fcbb1e65
parent6b11bd8d3f6f713c939a873c7c17213c1e7889e1
bgpd: use BGP_LABEL_BYTES instead of a mogic number '3'

While processing the type-2 evpn route nlri,
increment the pointer by BGP_LABEL_BYTES instead of '3'

Signed-off-by: Mitesh Kanjariya <mitesh@cumulusnetworks.com>
bgpd/bgp_evpn.c