diff options
author | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-08-13 14:36:55 +0000 |
---|---|---|
committer | Martin Pieuchot <mpi@cvs.openbsd.org> | 2018-08-13 14:36:55 +0000 |
commit | 48190d6336759198a53313145d4cd5ed10000b42 (patch) | |
tree | 1c6b6cfb4bf58b99128c1de0b441414015cf2bf0 /usr.bin/netstat/netstat.h | |
parent | 02dc1e8680f7bb858d97db9652c373f10a7b10d6 (diff) |
Print global IPsec counters.
ok markus@
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 4782b700d24..2cd9f6c0ae1 100644 --- a/usr.bin/netstat/netstat.h +++ b/usr.bin/netstat/netstat.h @@ -1,4 +1,4 @@ -/* $OpenBSD: netstat.h,v 1.71 2017/08/12 03:21:02 benno Exp $ */ +/* $OpenBSD: netstat.h,v 1.72 2018/08/13 14:36:54 mpi Exp $ */ /* $NetBSD: netstat.h,v 1.6 1996/05/07 02:55:05 thorpej Exp $ */ /* @@ -92,6 +92,7 @@ void icmp_stats(char *); void igmp_stats(char *); void pim_stats(char *); void ah_stats(char *); +void ipsec_stats(char *); void esp_stats(char *); void ipip_stats(char *); void carp_stats (char *); |