blob: e9823bdfd1f7b124d136e48a5d83be6e891b271b (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
$NetBSD: patch-ba,v 1.1 2002/08/03 12:27:20 itojun Exp $
diff -u1 bgpd/bgp_fsm.c /home/itojun/work/zebra/zebra/bgpd/bgp_fsm.c
--- bgpd/bgp_fsm.c Wed Jun 19 17:05:38 2002
+++ /home/itojun/work/zebra/zebra/bgpd/bgp_fsm.c Sat Aug 3 21:05:48 2002
@@ -348,2 +348,5 @@
+ /* Send capability. */
+ SET_FLAG (peer->sflags, PEER_STATUS_CAPABILITY_OPEN);
+
/* Delete all existing events of the peer. */
|