summaryrefslogtreecommitdiff
path: root/proto/bgp/bgp.c
diff options
context:
space:
mode:
authorOndrej Zajicek <santiago@crfreenet.org>2012-03-30 11:04:12 +0200
committerOndrej Zajicek <santiago@crfreenet.org>2012-03-30 11:04:12 +0200
commitbf2abe2f515d7b7aaed5fb4f37af82169adcd2f2 (patch)
tree158a3edcfa3a79a954cb5a26989929120ec8912b /proto/bgp/bgp.c
parentfb829de69052755a31d76d73e17525d050e5ff4d (diff)
parentc0adf7e9fc0bb920175a639c6f56ed7b4190f3e4 (diff)
Merge branch 'soon'
Conflicts: nest/proto.c nest/rt-table.c
Diffstat (limited to 'proto/bgp/bgp.c')
-rw-r--r--proto/bgp/bgp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/proto/bgp/bgp.c b/proto/bgp/bgp.c
index 4d3c32fb..4dd4b7be 100644
--- a/proto/bgp/bgp.c
+++ b/proto/bgp/bgp.c
@@ -1125,6 +1125,8 @@ bgp_show_proto_info(struct proto *P)
struct bgp_proto *p = (struct bgp_proto *) P;
struct bgp_conn *c = p->conn;
+ proto_show_basic_info(P);
+
cli_msg(-1006, " BGP state: %s", bgp_state_dsc(p));
cli_msg(-1006, " Neighbor address: %I%J", p->cf->remote_ip, p->cf->iface);
cli_msg(-1006, " Neighbor AS: %u", p->remote_as);