mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2025-01-11 17:04:19 +01:00
Do no spam the ifconfig output for the aggregated interface with 'laggdev laggX'.
This commit is contained in:
parent
5c6026e91f
commit
934434b510
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191693
@ -167,8 +167,7 @@ lagg_status(int s)
|
||||
for (i = 0; i < (sizeof(lpr) / sizeof(lpr[0])); i++)
|
||||
printf("\t\tlaggproto %s\n", lpr[i].lpr_name);
|
||||
}
|
||||
} else if (isport)
|
||||
printf("\tlagg: laggdev %s\n", rp.rp_ifname);
|
||||
}
|
||||
}
|
||||
|
||||
static struct cmd lagg_cmds[] = {
|
||||
|
Loading…
Reference in New Issue
Block a user