diff options
| author | 2006-01-24 15:28:02 +0000 | |
|---|---|---|
| committer | 2006-01-24 15:28:02 +0000 | |
| commit | 16fcf8d29db30463fed9fb25da73acea9d67dbcd (patch) | |
| tree | ec61de15d97cfb7d50fca6384bd731edb619c05c /usr.sbin/bgpctl/parser.h | |
| parent | Fix NULL dereference on error condition in nfs_reply(). nmp->nm_so can (diff) | |
| download | wireguard-openbsd-16fcf8d29db30463fed9fb25da73acea9d67dbcd.tar.xz wireguard-openbsd-16fcf8d29db30463fed9fb25da73acea9d67dbcd.zip | |
introduce "bgpctl show summary terse", shows summary in an easy to parse
format, intended for monitoring puposes. claudio ok
Diffstat (limited to 'usr.sbin/bgpctl/parser.h')
| -rw-r--r-- | usr.sbin/bgpctl/parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/bgpctl/parser.h b/usr.sbin/bgpctl/parser.h index 289e036da80..cb0a3378deb 100644 --- a/usr.sbin/bgpctl/parser.h +++ b/usr.sbin/bgpctl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.10 2006/01/03 22:51:14 claudio Exp $ */ +/* $OpenBSD: parser.h,v 1.11 2006/01/24 15:28:03 henning Exp $ */ /* * Copyright (c) 2003, 2004 Henning Brauer <henning@openbsd.org> @@ -24,6 +24,7 @@ enum actions { NONE, SHOW, SHOW_SUMMARY, + SHOW_SUMMARY_TERSE, SHOW_NEIGHBOR, SHOW_NEIGHBOR_TIMERS, SHOW_FIB, |
