summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/parser.h
diff options
context:
space:
mode:
authorHenning Brauer <henning@cvs.openbsd.org>2007-03-28 12:34:09 +0000
committerHenning Brauer <henning@cvs.openbsd.org>2007-03-28 12:34:09 +0000
commit00d2a05829dcd1881976428b02deb92bd90e33e9 (patch)
treef0d0a63ab84295d806c2ebbfdb541f2145d244e4 /usr.sbin/bgpctl/parser.h
parent34d950a9d7f2f8e26b6dacf7a3211b985f8d7b06 (diff)
add support for bgpctl show rib community <community>
mostly from rivo nurges <rix@estpak.ee>, ok claudio
Diffstat (limited to 'usr.sbin/bgpctl/parser.h')
-rw-r--r--usr.sbin/bgpctl/parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpctl/parser.h b/usr.sbin/bgpctl/parser.h
index fa92508744b..18981134b22 100644
--- a/usr.sbin/bgpctl/parser.h
+++ b/usr.sbin/bgpctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.15 2007/03/03 11:45:30 henning Exp $ */
+/* $OpenBSD: parser.h,v 1.16 2007/03/28 12:34:08 henning Exp $ */
/*
* Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org>
@@ -53,6 +53,7 @@ struct parse_result {
struct bgpd_addr peeraddr;
struct filter_as as;
struct filter_set_head set;
+ struct filter_community community;
char peerdesc[PEER_DESCR_LEN];
int flags;
enum actions action;