diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-04-28 02:57:02 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-04-28 02:57:02 +0000 |
commit | b1dfadb5b3c8ca46a460a3919cfd4af9711ad65f (patch) | |
tree | b2df3b85a6faf47f64080cdb7adea297f6df959c /usr.sbin/bgpd/session.h | |
parent | b8588cf251627d9bcfa65e427853aee7d753b9be (diff) |
keep track of which ipsec/md5 SAs we inserted - ESRCH on blind removal
otherwise, markus ok
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 29c7bf18797..0b5eb378a90 100644 --- a/usr.sbin/bgpd/session.h +++ b/usr.sbin/bgpd/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.47 2004/04/27 22:42:13 henning Exp $ */ +/* $OpenBSD: session.h,v 1.48 2004/04/28 02:57:01 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -170,6 +170,7 @@ struct peer { struct sockaddr_storage sa_remote; struct msgbuf wbuf; struct buf_read *rbuf; + u_int8_t auth_established; struct peer *next; }; |