From 0f1e3463b6a722d8076fa61fe56f3b4de5f0e76b Mon Sep 17 00:00:00 2001 From: Matthias Schiffer Date: Wed, 17 Nov 2010 02:41:37 +0100 Subject: BGP: Enable sending of multicast routes, for IPv6 --- proto/bgp/bgp.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'proto/bgp/bgp.h') diff --git a/proto/bgp/bgp.h b/proto/bgp/bgp.h index 6f998b0..066dc27 100644 --- a/proto/bgp/bgp.h +++ b/proto/bgp/bgp.h @@ -74,8 +74,8 @@ struct bgp_conn { int start_state; /* protocol start_state snapshot when connection established */ int want_as4_support; /* Connection tries to establish AS4 session */ int peer_as4_support; /* Peer supports 4B AS numbers [RFC4893] */ - int want_multicast_support; /* We want to exchange multicast routes */ - int peer_multicast_support; /* Peer supports multicast routes [RFC4760] */ + int want_multicast_support; /* We want to exchange multicast routes */ + int peer_multicast_support; /* Peer supports multicast routes [RFC4760] */ int peer_refresh_support; /* Peer supports route refresh [RFC2918] */ unsigned hold_time, keepalive_time; /* Times calculated from my and neighbor's requirements */ }; -- cgit v1.2.3