--- embedaddon/quagga/bgpd/bgp_packet.h 2012/02/21 17:26:11 1.1.1.1 +++ embedaddon/quagga/bgpd/bgp_packet.h 2016/11/02 10:09:10 1.1.1.2 @@ -54,4 +54,6 @@ extern void bgp_default_withdraw_send (struct peer *, extern int bgp_capability_receive (struct peer *, bgp_size_t); +extern int bgp_nlri_parse (struct peer *, struct attr *, struct bgp_nlri *); + #endif /* _QUAGGA_BGP_PACKET_H */