summaryrefslogtreecommitdiff
path: root/usr.sbin/snmpctl/parser.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr.sbin/snmpctl/parser.c')
-rw-r--r--usr.sbin/snmpctl/parser.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/snmpctl/parser.c b/usr.sbin/snmpctl/parser.c
index 14710973fe3..140b4e1e054 100644
--- a/usr.sbin/snmpctl/parser.c
+++ b/usr.sbin/snmpctl/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.c,v 1.12 2013/10/01 14:16:20 reyk Exp $ */
+/* $OpenBSD: parser.c,v 1.13 2013/10/01 17:20:39 reyk Exp $ */
/*
* Copyright (c) 2008 Reyk Floeter <reyk@openbsd.org>
@@ -100,6 +100,7 @@ static const struct token t_show[] = {
};
static const struct token t_snmp[] = {
+ {KEYWORD, "bulkwalk", BULKWALK, t_snmphost},
{KEYWORD, "get", GET, t_snmphost},
{KEYWORD, "walk", WALK, t_snmphost},
{ENDTOKEN, "", NONE, NULL}