summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_attr.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2016-02-03 03:02:42 +0100
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-02-03 03:16:44 +0100
commitd619cb67e734be7f02b4df262e6d6c43af042642 (patch)
tree8807e464bab5dafe55aeec327eefde9121cf40b6 /bgpd/bgp_attr.h
parentvtysh: Fix vrf submode to call correct daemons (diff)
downloadfrr-d619cb67e734be7f02b4df262e6d6c43af042642.tar.xz
frr-d619cb67e734be7f02b4df262e6d6c43af042642.zip
bgpd: Removed unused variable from 'struct attr_extra'
The mp_nexthop_local_in variable is never used. Remove it from the code base. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'bgpd/bgp_attr.h')
-rw-r--r--bgpd/bgp_attr.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bgpd/bgp_attr.h b/bgpd/bgp_attr.h
index 789422f64..5a5492aad 100644
--- a/bgpd/bgp_attr.h
+++ b/bgpd/bgp_attr.h
@@ -60,10 +60,8 @@ Software Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA
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;
@@ -75,7 +73,6 @@ struct attr_extra
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;