]> git.puffer.fish Git - matthieu/frr.git/commit
bgpd/bgp_zebra.c: Fix process of label-chunk msg
authorFredi Raspall <fredi@voltanet.io>
Wed, 2 May 2018 14:30:26 +0000 (16:30 +0200)
committerFredi Raspall <fredi@voltanet.io>
Tue, 29 May 2018 09:24:20 +0000 (11:24 +0200)
commit7412a6392267fbd53746ceb00b51465d857558e8
treedf1f40d63c431dd0d0b015ec38787987a6d43bdf
parent9237091adb012636ada8d7c161ba4966eec24ed7
bgpd/bgp_zebra.c: Fix process of label-chunk msg

All messages to/from the label manager include two additional
fields: protocol and instance. This patch fixes the parsing
of label chunks response used by BGPd, which did not consider
the two fields.

Signed-off-by: Fredi Raspall <fredi@voltanet.io>
bgpd/bgp_zebra.c