summaryrefslogtreecommitdiff
path: root/usr.sbin
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin')
-rw-r--r--usr.sbin/bgpd/session.h8
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;