diff options
Diffstat (limited to 'usr.sbin/bgpctl/parser.h')
-rw-r--r-- | usr.sbin/bgpctl/parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpctl/parser.h b/usr.sbin/bgpctl/parser.h index bcc04f7fcd0..8adb5b5a9ce 100644 --- a/usr.sbin/bgpctl/parser.h +++ b/usr.sbin/bgpctl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.18 2008/06/07 18:14:41 henning Exp $ */ +/* $OpenBSD: parser.h,v 1.19 2009/06/06 06:05:41 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -56,6 +56,7 @@ struct parse_result { struct filter_set_head set; struct filter_community community; char peerdesc[PEER_DESCR_LEN]; + char rib[PEER_DESCR_LEN]; char *irr_outdir; int flags; enum actions action; |