aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBernd Eckenfels <net-tools@lina.inka.de>2000-12-19 01:28:34 +0000
committerBernd Eckenfels <net-tools@lina.inka.de>2000-12-19 01:28:34 +0000
commit942d4debc340b0ea039483301088ff5e667009bf (patch)
treecc8a90d829d24c36e5003eef0f2e7088c83853fc /netstat.c
parentfixed capsulation of -L option in man page (Debin Bug #77495) (diff)
downloadnet-tools-942d4debc340b0ea039483301088ff5e667009bf.tar.gz
net-tools-942d4debc340b0ea039483301088ff5e667009bf.tar.bz2
net-tools-942d4debc340b0ea039483301088ff5e667009bf.zip
display all IFF_ flags for netstat -i (print_short and print_long has equal
count of printed flags now)
Diffstat (limited to 'netstat.c')
-rw-r--r--netstat.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/netstat.c b/netstat.c
index 2a1d909..bc1ac1c 100644
--- a/netstat.c
+++ b/netstat.c
@@ -6,7 +6,7 @@
* NET-3 Networking Distribution for the LINUX operating
* system.
*
- * Version: $Id: netstat.c,v 1.39 2000/10/08 01:00:43 ecki Exp $
+ * Version: $Id: netstat.c,v 1.40 2000/12/19 01:28:34 ecki Exp $
*
* Authors: Fred Baumgarten, <dc6iq@insu1.etec.uni-karlsruhe.de>
* Fred N. van Kempen, <waltje@uwalt.nl.mugnet.org>
@@ -1444,7 +1444,7 @@ static int iface_info(void)
}
if (flag_exp < 2) {
ife_short = 1;
- printf(_("Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg\n"));
+ printf(_("Iface MTU Met RX-OK RX-ERR RX-DRP RX-OVR TX-OK TX-ERR TX-DRP TX-OVR Flg\n"));
}
if (for_all_interfaces(do_if_print, &flag_all) < 0) {