diff options
author | Bernd Eckenfels <net-tools@lina.inka.de> | 2000-12-19 01:28:34 +0000 |
---|---|---|
committer | Bernd Eckenfels <net-tools@lina.inka.de> | 2000-12-19 01:28:34 +0000 |
commit | 942d4debc340b0ea039483301088ff5e667009bf (patch) | |
tree | cc8a90d829d24c36e5003eef0f2e7088c83853fc /netstat.c | |
parent | 9ae65971ebe2c0a9deff0debf3028acc687fce77 (diff) | |
download | net-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.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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) { |