diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-11-18 17:07:39 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-11-18 17:07:39 +0000 |
commit | 3939abe9d5c0b96842845b1c60a475263a5d54fa (patch) | |
tree | a1510d833f7b116368d819cd60afcfe9bfd3984b /usr.sbin/bgpd/session.h | |
parent | e112c79850e5d494d63994f614589d7f82c98411 (diff) |
add an instance of struct capabilities to peer_conf, and inherit
peer->capa.ann from this
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; |