diff options
author | Eric Saxby <sax@livinginthepast.org> | 2014-05-21 15:57:05 -0700 |
---|---|---|
committer | Patrick Mooney <patrick.f.mooney@gmail.com> | 2015-01-06 16:42:01 +0000 |
commit | 5a3e37c42696fdf722f2ac80f4e73231a406ee1e (patch) | |
tree | 9158088b2f92df8d159c59d68f3fb39ca0852407 /usr/src/cmd | |
parent | 74062ae5aace32d0cf69986fceedef7334b08399 (diff) | |
download | illumos-joyent-5a3e37c42696fdf722f2ac80f4e73231a406ee1e.tar.gz |
OS-3677 nicstat should include net# devices
Reviewed by: Patrick Mooney <patrick.mooney@joyent.com>
Diffstat (limited to 'usr/src/cmd')
-rw-r--r-- | usr/src/cmd/nicstat/nicstat.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/nicstat/nicstat.pl b/usr/src/cmd/nicstat/nicstat.pl index 29e62f1ffd..e9858c9b88 100644 --- a/usr/src/cmd/nicstat/nicstat.pl +++ b/usr/src/cmd/nicstat/nicstat.pl @@ -136,7 +136,7 @@ $main::opt_h = 0; $| = 1; # autoflush # kstat "link" module includes: -my @Network = qw(dmfe bge be bnx ce eri external ge hme igb ige internal ixgbe le ppp qfe rtls); +my @Network = qw(dmfe bge be bnx ce eri external ge hme igb ige internal ixgbe le net ppp qfe rtls); my %Network; $Network{$_} = 1 foreach (@Network); my $ZONENAME = `/usr/bin/zonename`; |