diff options
author | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-02-01 17:21:22 +0000 |
---|---|---|
committer | Igor Sobrado <sobrado@cvs.openbsd.org> | 2009-02-01 17:21:22 +0000 |
commit | c6f838985ade356f3718c2b903862e3128699cad (patch) | |
tree | e200a2592e44e90cfa2adf34fb4631d9b7febd6e | |
parent | f03186c89d911f12c50bdb3b223e1f2a2976686c (diff) |
embellish the output of bgpctl(8).
ok claudio@
-rw-r--r-- | usr.sbin/bgpctl/bgpctl.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/bgpctl/bgpctl.c b/usr.sbin/bgpctl/bgpctl.c index 17fe16a6ff8..9e27ee41c78 100644 --- a/usr.sbin/bgpctl/bgpctl.c +++ b/usr.sbin/bgpctl/bgpctl.c @@ -1,4 +1,4 @@ -/* $OpenBSD: bgpctl.c,v 1.137 2008/12/12 23:15:39 claudio Exp $ */ +/* $OpenBSD: bgpctl.c,v 1.138 2009/02/01 17:21:21 sobrado Exp $ */ /* * Copyright (c) 2003 Henning Brauer <henning@openbsd.org> @@ -410,7 +410,7 @@ fmt_peer(const char *descr, const struct bgpd_addr *remote_addr, void show_summary_head(void) { - printf("%-20s %-8s %-10s %-10s %-5s %-8s %s\n", "Neighbor", "AS", + printf("%-20s %8s %10s %10s %5s %-8s %s\n", "Neighbor", "AS", "MsgRcvd", "MsgSent", "OutQ", "Up/Down", "State/PrfRcvd"); } |