summaryrefslogtreecommitdiff
path: root/usr.sbin/eigrpctl/parser.h
diff options
context:
space:
mode:
authorRenato Westphal <renato@cvs.openbsd.org>2015-12-13 18:55:54 +0000
committerRenato Westphal <renato@cvs.openbsd.org>2015-12-13 18:55:54 +0000
commit8973b60b6258d05daf3d1c82142278ff48c0bacc (patch)
tree1ded0466794dec884d627b973bc1572be423d240 /usr.sbin/eigrpctl/parser.h
parent129dac3561173374929e418c4918f05d90860a45 (diff)
Introduce new command to show traffic statistics.
Can be useful as a troubleshooting tool.
Diffstat (limited to 'usr.sbin/eigrpctl/parser.h')
-rw-r--r--usr.sbin/eigrpctl/parser.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/eigrpctl/parser.h b/usr.sbin/eigrpctl/parser.h
index 3c44b005a1f..0af3352b3e0 100644
--- a/usr.sbin/eigrpctl/parser.h
+++ b/usr.sbin/eigrpctl/parser.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.h,v 1.1 2015/10/02 04:31:52 renato Exp $ */
+/* $OpenBSD: parser.h,v 1.2 2015/12/13 18:55:53 renato Exp $ */
/*
* Copyright (c) 2015 Renato Westphal <renato@openbsd.org>
@@ -39,6 +39,7 @@ enum actions {
SHOW_TOPOLOGY,
SHOW_FIB,
SHOW_FIB_IFACE,
+ SHOW_STATS,
RELOAD
};