summaryrefslogtreecommitdiff
path: root/usr.sbin/bgpctl/parser.h
diff options
context:
space:
mode:
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;