summaryrefslogtreecommitdiffstats
path: root/proto/bgp/bgp.h
diff options
context:
space:
mode:
authorMatthias Schiffer <mschiffer@universe-factory.net>2010-11-17 02:41:37 +0100
committerMatthias Schiffer <mschiffer@universe-factory.net>2010-11-17 02:41:37 +0100
commit0f1e3463b6a722d8076fa61fe56f3b4de5f0e76b (patch)
treed531b5a86e1a244be904627f983251caed02c8e9 /proto/bgp/bgp.h
parent5b885bf70848908c7fed07c8efba18ea316379d4 (diff)
downloadbird-multicast-old.tar
bird-multicast-old.zip
BGP: Enable sending of multicast routes, for IPv6multicast-old
Diffstat (limited to 'proto/bgp/bgp.h')
-rw-r--r--proto/bgp/bgp.h4
1 files changed, 2 insertions, 2 deletions
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 */
};