summaryrefslogtreecommitdiff
path: root/net/zebra/patches/patch-bc
diff options
context:
space:
mode:
Diffstat (limited to 'net/zebra/patches/patch-bc')
-rw-r--r--net/zebra/patches/patch-bc12
1 files changed, 0 insertions, 12 deletions
diff --git a/net/zebra/patches/patch-bc b/net/zebra/patches/patch-bc
deleted file mode 100644
index ad42df6cdfb..00000000000
--- a/net/zebra/patches/patch-bc
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-bc,v 1.2 2002/08/25 21:50:23 jlam Exp $
-
-diff -u1 bgpd/bgp_packet.c /home/itojun/work/zebra/zebra/bgpd/bgp_packet.c
---- bgpd/bgp_packet.c Sat Jun 29 15:20:39 2002
-+++ /home/itojun/work/zebra/zebra/bgpd/bgp_packet.c Sat Aug 3 21:05:49 2002
-@@ -758,3 +758,5 @@
- /* Set capability code. */
-- bgp_open_capability (s, peer);
-+ if (CHECK_FLAG (peer->sflags, PEER_STATUS_CAPABILITY_OPEN) &&
-+ ! CHECK_FLAG (peer->flags, PEER_FLAG_DONT_CAPABILITY))
-+ bgp_open_capability (s, peer);
-