mirror of https://github.com/F-Stack/f-stack.git
parent
a20fd2ae31
commit
176e92a3df
|
@ -271,7 +271,7 @@ lagg_status(int s)
|
||||||
printf("\t\tactive ports: %d\n", ro.ro_active);
|
printf("\t\tactive ports: %d\n", ro.ro_active);
|
||||||
printf("\t\tflapping: %u\n", ro.ro_flapping);
|
printf("\t\tflapping: %u\n", ro.ro_flapping);
|
||||||
if (ra.ra_proto == LAGG_PROTO_LACP) {
|
if (ra.ra_proto == LAGG_PROTO_LACP) {
|
||||||
printf("\tlag id: %s\n",
|
printf("\tlagg id: %s\n",
|
||||||
lacp_format_peer(lp, "\n\t\t "));
|
lacp_format_peer(lp, "\n\t\t "));
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue