diff options
Diffstat (limited to 'bgpd/bgp_encap.c')
| -rw-r--r-- | bgpd/bgp_encap.c | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/bgpd/bgp_encap.c b/bgpd/bgp_encap.c index 75a348e3fe..3fe8988b9c 100644 --- a/bgpd/bgp_encap.c +++ b/bgpd/bgp_encap.c @@ -188,15 +188,7 @@ bgp_nlri_parse_encap( if (attr) { bgp_update (peer, &p, 0, attr, afi, SAFI_ENCAP, ZEBRA_ROUTE_BGP, BGP_ROUTE_NORMAL, &prd, NULL, 0); -#if ENABLE_BGP_VNC - rfapiProcessUpdate(peer, NULL, &p, &prd, attr, afi, SAFI_ENCAP, - ZEBRA_ROUTE_BGP, BGP_ROUTE_NORMAL, NULL); -#endif } else { -#if ENABLE_BGP_VNC - rfapiProcessWithdraw(peer, NULL, &p, &prd, attr, afi, SAFI_ENCAP, - ZEBRA_ROUTE_BGP, 0); -#endif bgp_withdraw (peer, &p, 0, attr, afi, SAFI_ENCAP, ZEBRA_ROUTE_BGP, BGP_ROUTE_NORMAL, &prd, NULL); } |
