summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpd/bgpd.h
diff options
context:
space:
mode:
authorClaudio Jeker <claudio@cvs.openbsd.org>2007-03-16 13:52:31 +0000
committerClaudio Jeker <claudio@cvs.openbsd.org>2007-03-16 13:52:31 +0000
commit1c11c66b14f0baffe2840228c73712bb51015334 (patch)
tree1dd2c9c735c763e5f9ae1fd16f3163dbad300e06 /usr.sbin/bgpd/bgpd.h
parent5ebbb16f839208abf89472a7e135ec3118b8afa4 (diff)
Update multiprotocol extension code to RFC 4760. This actually removes
a few things we actually never realy cared about. OK henning@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r--usr.sbin/bgpd/bgpd.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h
index 7851e448ae9..cf5231ed25d 100644
--- a/usr.sbin/bgpd/bgpd.h
+++ b/usr.sbin/bgpd/bgpd.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: bgpd.h,v 1.212 2007/03/06 16:52:48 henning Exp $ */
+/* $OpenBSD: bgpd.h,v 1.213 2007/03/16 13:52:30 claudio Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -688,11 +688,10 @@ struct rde_memstats {
#define AFI_IPv6 2
#define AFI_ALL 0xffff
-/* Subsequent Address Family Identifier as per rfc2858 */
+/* Subsequent Address Family Identifier as per rfc4760 */
#define SAFI_NONE 0x00
#define SAFI_UNICAST 0x01
#define SAFI_MULTICAST 0x02
-#define SAFI_BOTH 0x03
#define SAFI_ALL 0xff
/* prototypes */