diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-06-23 00:11:28 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2004-06-23 00:11:28 +0000 |
commit | 85e60f1f46cb0abb6cf1fc3e0298b3c7495fb4ee (patch) | |
tree | bc14fc39d449444d5db0fe14c7a32932dbf1bd27 /usr.sbin/bgpd/bgpd.h | |
parent | e06229012afc49937a0005129193c483f8bc118e (diff) |
Support rfc 3765 which adds a new well known community NOPEER. OK henning@
Diffstat (limited to 'usr.sbin/bgpd/bgpd.h')
-rw-r--r-- | usr.sbin/bgpd/bgpd.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpd/bgpd.h b/usr.sbin/bgpd/bgpd.h index 96edba5445e..82697d6f65f 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.130 2004/06/22 20:28:58 claudio Exp $ */ +/* $OpenBSD: bgpd.h,v 1.131 2004/06/23 00:11:27 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -493,6 +493,7 @@ struct filter_peers { #define COMMUNITY_NO_EXPORT 0xff01 #define COMMUNITY_NO_ADVERTISE 0xff02 #define COMMUNITY_NO_EXPSUBCONFED 0xff03 +#define COMMUNITY_NO_PEER 0xff04 /* rfc3765 */ struct filter_match { struct { |