diff options
author | Peter Galbavy <peter@cvs.openbsd.org> | 1998-02-26 10:06:14 +0000 |
---|---|---|
committer | Peter Galbavy <peter@cvs.openbsd.org> | 1998-02-26 10:06:14 +0000 |
commit | 2fad9e4b488ab696ae0e8593ca5a35157476aa25 (patch) | |
tree | d37ddfbad86c4f83f4ef0d6a898628d81c97e836 /usr.bin/netstat/netstat.h | |
parent | a7d847ab82d32870725d33be42c88570b97651af (diff) |
* netstat -r [-n] now prints netmasks for network routes (in XXX/24 format).
* beginnings of a -v (verbose) option.
Diffstat (limited to 'usr.bin/netstat/netstat.h')
-rw-r--r-- | usr.bin/netstat/netstat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/netstat/netstat.h b/usr.bin/netstat/netstat.h index 68ac481a183..678f3cd0af5 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.10 1997/07/23 04:38:34 denny Exp $ */ +/* $OpenBSD: netstat.h,v 1.11 1998/02/26 10:06:11 peter Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -52,6 +52,7 @@ int pflag; /* show given protocol */ int rflag; /* show routing tables (or routing stats) */ int sflag; /* show protocol statistics */ int tflag; /* show i/f watchdog timers */ +int vflag; /* be verbose */ int interval; /* repeat interval for i/f stats */ |