Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 30 Apr 2009 14:31:52 +0000 (UTC)
From:      Andrew Thompson <thompsa@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r191693 - head/sbin/ifconfig
Message-ID:  <200904301431.n3UEVqRN014899@svn.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: thompsa
Date: Thu Apr 30 14:31:52 2009
New Revision: 191693
URL: http://svn.freebsd.org/changeset/base/191693

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

Modified:
  head/sbin/ifconfig/iflagg.c

Modified: head/sbin/ifconfig/iflagg.c
==============================================================================
--- head/sbin/ifconfig/iflagg.c	Thu Apr 30 14:25:44 2009	(r191692)
+++ head/sbin/ifconfig/iflagg.c	Thu Apr 30 14:31:52 2009	(r191693)
@@ -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[] = {



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200904301431.n3UEVqRN014899>