diff options
author | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-09 01:38:56 +0000 |
---|---|---|
committer | Henning Brauer <henning@cvs.openbsd.org> | 2004-02-09 01:38:56 +0000 |
commit | 39028756f5ae9140a658dbac42728878af7f9e0b (patch) | |
tree | 1b20e33d8f476d5a8117eacd99998d3ef7735bec /usr.sbin/bgpd/bgpd.c | |
parent | 86c35d2c24de471eacd022b23e1d7dffc93d3680 (diff) |
print more fluff
Diffstat (limited to 'usr.sbin/bgpd/bgpd.c')
-rw-r--r-- | usr.sbin/bgpd/bgpd.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/usr.sbin/bgpd/bgpd.c b/usr.sbin/bgpd/bgpd.c index b06cd5c2b24..b5a0a0ec85e 100644 --- a/usr.sbin/bgpd/bgpd.c +++ b/usr.sbin/bgpd/bgpd.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpd.c,v 1.76 2004/02/09 00:00:41 henning Exp $ */ +/* $OpenBSD: bgpd.c,v 1.77 2004/02/09 01:38:55 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -155,8 +155,7 @@ main(int argc, char *argv[]) if (conf.opts & BGPD_OPT_NOACTION) { if (conf.opts & BGPD_OPT_VERBOSE) - TAILQ_FOREACH(r, rules_l, entries) - print_rule(peer_l, r); + print_config(&conf, peer_l, rules_l); else fprintf(stderr, "configuration OK\n"); exit(0); |