Commit ebf1bb55 authored by Jean-Claude BAU's avatar Jean-Claude BAU

wr_mon: display activePeer instead of peer field for each PTP instances

parent 04435dbe
Subproject commit 051a01c0ee9680540855f1b92e0e83709bd6dc5c
Subproject commit 1f503295cd4aa9ce120cd1c1557834fe9bda71ba
......@@ -735,7 +735,7 @@ void show_ports(int hal_alive, int ppsi_alive)
/* Note: we may have more pp instances per port */
/* if (state_up(port_state->state)) */ {
unsigned char *p = ppi->peer;
unsigned char *p = ppi->activePeer;
char * extension_state_name=EMPTY_EXTENSION_STATE_NAME;
term_cprintf(C_WHITE, "%02x:%02x"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment