Hi Chris,
Sorry for the slow reply. Day job takes up most of my time.
Anyway, I finally added some logging into /usr/src/sys/net/if_vlan.c etc;
if (m == NULL) {
ifp->if_oerrors++;
printf("Output Error due to NULL mbuff\n");
continue;
Andy Lemin [a...@brandwatch.com] wrote:
> The underlying trunk does not report any Rx or Tx errors at all.
>
> And the VLAN interfaces do not report any receive errors, only low rate
> transmit errors.
>
> Also as a thought exercise, could anyone kindly explain/discuss how an
> output error might
2 matches
Mail list logo