diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-13 14:32:02 -0500 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2017-01-13 14:32:02 -0500 |
| commit | 386ea4d526de953f3648dfa286f77e5b0a8eef12 (patch) | |
| tree | 501f6a0c23dbb100b70cbc1c91ad78884d39e151 | |
| parent | 3edabb996f2b017940b28f64119da33567d4847c (diff) | |
bgpd: Remove missed HAVE_IPV6
Not sure how I missed this :(
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
| -rw-r--r-- | bgpd/bgp_open.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/bgpd/bgp_open.c b/bgpd/bgp_open.c index af3c0486e5..9e1b4392c9 100644 --- a/bgpd/bgp_open.c +++ b/bgpd/bgp_open.c @@ -1302,7 +1302,6 @@ bgp_open_capability (struct stream *s, struct peer *peer) stream_putc (s, 0); stream_putc (s, SAFI_ENCAP); } -#ifdef HAVE_IPV6 /* Currently supporting RFC-5549 for Link-Local peering only */ if (CHECK_FLAG (peer->flags, PEER_FLAG_CAPABILITY_ENHE) && peer->su.sa.sa_family == AF_INET6 && @@ -1371,7 +1370,6 @@ bgp_open_capability (struct stream *s, struct peer *peer) stream_putc (s, 0); stream_putc (s, SAFI_ENCAP); } -#endif /* HAVE_IPV6 */ /* Route refresh. */ SET_FLAG (peer->cap, PEER_CAP_REFRESH_ADV); |
