diff options
Diffstat (limited to 'usr.sbin/bgpd/session.h')
-rw-r--r-- | usr.sbin/bgpd/session.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/usr.sbin/bgpd/session.h b/usr.sbin/bgpd/session.h index eed4b51d372..c8183fbb892 100644 --- a/usr.sbin/bgpd/session.h +++ b/usr.sbin/bgpd/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.71 2004/11/18 16:38:05 henning Exp $ */ +/* $OpenBSD: session.h,v 1.72 2004/11/18 17:07:38 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -146,12 +146,6 @@ struct peer_stats { u_int32_t prefix_cnt; }; -struct capabilities { - u_int8_t mp_v4; /* multiprotocol extensions, RFC 2858 */ - u_int8_t mp_v6; - u_int8_t refresh; /* route refresh, RFC 2918 */ -}; - struct peer { struct peer_config conf; struct peer_stats stats; |