From 3c74416465d77c0e79eeaaeb988e471663484b5d Mon Sep 17 00:00:00 2001 From: Jan Moskyto Matejka Date: Fri, 17 Mar 2017 15:48:09 +0100 Subject: Nexthop: Fixed recursive route mpls label merging --- proto/bgp/bgp.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'proto/bgp/bgp.h') diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 5d2539d5..e7647625 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -337,6 +337,8 @@ struct bgp_parse_state { u32 mp_reach_af; u32 mp_unreach_af; + mpls_label_stack mls; + uint attr_len; uint ip_reach_len; uint ip_unreach_len; -- cgit v1.2.3