diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-06-06 06:04:11 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2009-06-06 06:04:11 +0000 |
commit | 9079c534dfc1962dffe2e323eb342b8a267e99da (patch) | |
tree | d853c25d4ba224ffa3969bc34996a1c848bea4bb /usr.sbin/bgpd/bgpd.h | |
parent | ec5925b89b62e83010dd33bc1ad8c5ab48d6afd5 (diff) |
Make it possible to select the RIB that a show command should show.
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 749c3cbd4b2..970e6a686df 100644 --- a/usr.sbin/bgpd/bgpd.h +++ b/usr.sbin/bgpd/bgpd.h @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.h,v 1.235 2009/06/06 01:10:29 claudio Exp $ */ +/* $OpenBSD: bgpd.h,v 1.236 2009/06/06 06:04:10 claudio Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -558,6 +558,7 @@ struct filter_community { }; struct ctl_show_rib_request { + char rib[PEER_DESCR_LEN]; struct ctl_neighbor neighbor; struct bgpd_addr prefix; struct filter_as as; |