]> 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>
Wed, 2 May 2018 14:38:54 +0000 (16:38 +0200)
commitaec865e4164525cdb43daff79ad79932829ee56e
tree415d6113d34a3e36a6218aa2365181a971f64b36
parent35cbe02a20ed7555cc13797568c83b933974d777
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