Do no spam the ifconfig output for the aggregated interface with 'laggdev laggX'.

This commit is contained in:
Andrew Thompson 2009-04-30 14:31:52 +00:00
parent 5c6026e91f
commit 934434b510
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=191693

View File

@ -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[] = {