diff options
Diffstat (limited to 'usr.sbin/bgpd/session.h')
-rw-r--r-- | usr.sbin/bgpd/session.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/usr.sbin/bgpd/session.h b/usr.sbin/bgpd/session.h index e1dc302c2cb..fac94d5966c 100644 --- a/usr.sbin/bgpd/session.h +++ b/usr.sbin/bgpd/session.h @@ -1,4 +1,4 @@ -/* $OpenBSD: session.h,v 1.85 2006/07/28 15:04:34 henning Exp $ */ +/* $OpenBSD: session.h,v 1.86 2006/08/27 16:11:05 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -103,7 +103,8 @@ enum opt_params { enum capa_codes { CAPA_NONE, CAPA_MP, - CAPA_REFRESH + CAPA_REFRESH, + CAPA_RESTART = 64 }; struct bgp_msg { |