commit | c7ec179a95c1ed4fcd3d3be3f981c8c20dce534a | [log] [tgz] |
---|---|---|
author | G.Balaji <balajig81@gmail.com> | Sat Nov 26 22:04:05 2011 +0400 |
committer | Denis Ovsienko <infrastation@yandex.ru> | Mon Jan 23 14:30:50 2012 +0400 |
tree | add6824e168ab26a28390a1d1b9a2c7be1484435 | |
parent | cddf391bf6839e9f093cef15508669c1f3f92122 [diff] [blame] |
bgpd: IPv6 MP-BGP Routes addition and deletion This patch contains the following: 1. Addition of IPv6 SAFI_MULTICAST BGP routes into the BGP Multicast RIB. 2. Deletion of IPv6 SAFI_MULTICAST BGP routes from the BGP Multicast RIB.
diff --git a/lib/zclient.h b/lib/zclient.h index 8b3e71a..73389ec 100644 --- a/lib/zclient.h +++ b/lib/zclient.h
@@ -167,6 +167,8 @@ u_char message; + safi_t safi; + u_char nexthop_num; struct in6_addr **nexthop;