The mp_nexthop_local_in variable is never used. Remove it
from the code base.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
struct attr_extra
{
/* Multi-Protocol Nexthop, AFI IPv6 */
-#ifdef HAVE_IPV6
struct in6_addr mp_nexthop_global;
struct in6_addr mp_nexthop_local;
-#endif /* HAVE_IPV6 */
/* Extended Communities attribute. */
struct ecommunity *ecommunity;
struct transit *transit;
struct in_addr mp_nexthop_global_in;
- struct in_addr mp_nexthop_local_in;
/* Aggregator Router ID attribute */
struct in_addr aggregator_addr;