Update iflagg.c

Presumably a typo
This commit is contained in:
Torbjørn Fylling 2019-08-09 08:35:21 +02:00 committed by GitHub
parent a20fd2ae31
commit 176e92a3df
1 changed files with 1 additions and 1 deletions

View File

@ -271,7 +271,7 @@ lagg_status(int s)
printf("\t\tactive ports: %d\n", ro.ro_active);
printf("\t\tflapping: %u\n", ro.ro_flapping);
if (ra.ra_proto == LAGG_PROTO_LACP) {
printf("\tlag id: %s\n",
printf("\tlagg id: %s\n",
lacp_format_peer(lp, "\n\t\t "));
}
}