diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-11-18 15:24:50 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-11-18 15:24:50 +0000 |
commit | ba30f15002e0108146f43fee871a7c1a76e96f3e (patch) | |
tree | 1d94dca7cb42460a7555e5e6517dba0a965aac1b | |
parent | d40f53f607fdf5cb3208dc4d3a9c626112cbeb62 (diff) |
struct capa_mp is not needed any more, spotted by claudio
-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 2d0df7b1972..e55064b0456 100644 --- a/usr.sbin/bgpd/session.h +++ b/usr.sbin/bgpd/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.68 2004/11/18 14:59:50 henning Exp $ */ +/* $OpenBSD: session.h,v 1.69 2004/11/18 15:24:49 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -118,12 +118,6 @@ struct msg_open { u_int8_t optparamlen; }; -struct capa_mp { - u_int16_t afi; - u_int8_t pad; - u_int8_t safi; -}; - struct bgpd_sysdep { u_int8_t no_pfkey; u_int8_t no_md5sig; |