From ae8f5584990ce3bfb5b0bec2f7a1c052e45860df Mon Sep 17 00:00:00 2001 From: Martin Mares Date: Mon, 10 Apr 2000 12:39:51 +0000 Subject: Implemented outgoing attribute cache. --- proto/bgp/packets.c | 1 + 1 file changed, 1 insertion(+) (limited to 'proto/bgp/packets.c') diff --git a/proto/bgp/packets.c b/proto/bgp/packets.c index 2d95f9b..e85d5c0 100644 --- a/proto/bgp/packets.c +++ b/proto/bgp/packets.c @@ -337,6 +337,7 @@ bgp_rx_keepalive(struct bgp_conn *conn, byte *pkt, unsigned len) case BS_OPENCONFIRM: DBG("BGP: UP!!!\n"); conn->state = BS_ESTABLISHED; + bgp_attr_init(conn->bgp); proto_notify_state(&conn->bgp->p, PS_UP); break; case BS_ESTABLISHED: -- cgit v1.2.3