summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2004-04-28 02:57:28 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2004-04-28 02:57:28 +0000
commitf70d8806850b81638effffee34880b8a3f22c0c3 (patch)
treea8879b3cb46edc2572e9a9713aa8ea4e79ac4433 /usr.sbin/bgpd/bgpd.h
parentb1dfadb5b3c8ca46a460a3919cfd4af9711ad65f (diff)
Enable route refresh in the RDE. Now peer can request route refreshes.
OK henning@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index 05e4c423422..3434f775df6 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.116 2004/04/28 01:08:38 henning Exp $ */
+/* $OpenBSD: bgpd.h,v 1.117 2004/04/28 02:57:27 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -475,11 +475,13 @@ struct rrefresh {
/* Address Family Numbers as per rfc1700 */
#define AFI_IPv4 1
#define AFI_IPv6 2
+#define AFI_ALL 0xffff
/* Subsequent Address Family Identifier as per rfc2858 */
#define SAFI_UNICAST 1
#define SAFI_MULTICAST 2
#define SAFI_BOTH 3
+#define SAFI_ALL 0xff
/* prototypes */
/* bgpd.c */