commit | 5a616c08ce089e25dc0e8da920727af4d11279bf | [log] [tgz] |
---|---|---|
author | G.Balaji <balajig81@gmail.com> | Sat Nov 26 21:58:42 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Mon Jan 23 14:30:33 2012 +0400 |
tree | 4b5650d6602d06d0188102469e3b402abe81f16a | |
parent | 6ae93c058725991df5a9ae35cefec368919b5fea [diff] [blame] |
bgpd: IPv4 MP-BGP Routes addition and deletion This patch contains the following: 1. Addition of IPv4 SAFI_MULTICAST BGP routes into the BGP Multicast RIB. 2. Deletion of IPv4 SAFI_MULTICAST BGP routes from the BGP Multicast RIB.
diff --git a/lib/zclient.h b/lib/zclient.h index 5c3db38..8b3e71a 100644 --- a/lib/zclient.h +++ b/lib/zclient.h
@@ -108,6 +108,8 @@ u_char message; + safi_t safi; + u_char nexthop_num; struct in_addr **nexthop;