Merge pull request #423 from tfylling/patch-1

Typo fix for iflagg.c
This commit is contained in:
johnjiang 2019-08-15 21:00:03 +08:00 committed by GitHub
commit 77f1e89c1c
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 "));
}
}