summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ldpctl/parser.c
diff options
context:
space:
mode:
authorrenato <renato@openbsd.org>2015-07-21 05:43:46 +0000
committerrenato <renato@openbsd.org>2015-07-21 05:43:46 +0000
commitfe91619e3f3cc520135ded95e076f0829fe21c8b (patch)
treeef6121c80d35d196874d60c2c91cd11bf24ef683 /usr.sbin/ldpctl/parser.c
parentImprove the show lib command. (diff)
downloadwireguard-openbsd-fe91619e3f3cc520135ded95e076f0829fe21c8b.tar.xz
wireguard-openbsd-fe91619e3f3cc520135ded95e076f0829fe21c8b.zip
Re-enable the reload command.
ok claudio@
Diffstat (limited to 'usr.sbin/ldpctl/parser.c')
-rw-r--r--usr.sbin/ldpctl/parser.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ldpctl/parser.c b/usr.sbin/ldpctl/parser.c
index 3312de06f08..660e023ed7f 100644
--- a/usr.sbin/ldpctl/parser.c
+++ b/usr.sbin/ldpctl/parser.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: parser.c,v 1.6 2013/06/04 02:40:17 claudio Exp $ */
+/* $OpenBSD: parser.c,v 1.7 2015/07/21 05:43:46 renato Exp $ */
/*
* Copyright (c) 2009 Michele Marchetto <michele@openbsd.org>
@@ -63,7 +63,7 @@ static const struct token t_show_fib[];
static const struct token t_log[];
static const struct token t_main[] = {
-/* {KEYWORD, "reload", RELOAD, NULL}, */
+ {KEYWORD, "reload", RELOAD, NULL},
{KEYWORD, "fib", FIB, t_fib},
{KEYWORD, "show", SHOW, t_show},
{KEYWORD, "log", NONE, t_log},