diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-08-06 11:51:20 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-08-06 11:51:20 +0000 |
commit | 6c5e2cd730f34c5e2681abeaff3974e2f90b9e6f (patch) | |
tree | 12bd8070ef4bc9b6afbb1bbcddc4e9bde5eb64c8 /usr.sbin/bgpd/session.h | |
parent | 2d765fced7152c0bd320d04a9ef80968c7abd476 (diff) |
Forward IMSG_CTL_SHOW_NEIGHBOR messages to the rde so that we can report
the current and max prefix count back to bgpctl. OK henning@
Diffstat (limited to 'usr.sbin/bgpd/session.h')
-rw-r--r-- | usr.sbin/bgpd/session.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/session.h b/usr.sbin/bgpd/session.h index 764c1f157f6..259ecc238d7 100644 --- a/usr.sbin/bgpd/session.h +++ b/usr.sbin/bgpd/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.60 2004/08/05 21:01:38 claudio Exp $ */ +/* $OpenBSD: session.h,v 1.61 2004/08/06 11:51:19 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -150,6 +150,7 @@ struct peer_stats { u_int64_t msg_sent_rrefresh; time_t last_updown; time_t last_read; + u_int32_t prefix_cnt; }; struct peer_capa { |