diff options
author | Renato Westphal <renato@cvs.openbsd.org> | 2016-05-23 19:06:04 +0000 |
---|---|---|
committer | Renato Westphal <renato@cvs.openbsd.org> | 2016-05-23 19:06:04 +0000 |
commit | 67d9951684dd55318043e75ea48c0967801eb517 (patch) | |
tree | 42dfd127fe544e4627acba37c78865373b4a878e /usr.sbin/ldpctl/parser.h | |
parent | 37fe2ca3530b7bcdd7ab773f9a955f62917f1375 (diff) |
Introduce the 'ldpctl clear neighbors' command.
Diffstat (limited to 'usr.sbin/ldpctl/parser.h')
-rw-r--r-- | usr.sbin/ldpctl/parser.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ldpctl/parser.h b/usr.sbin/ldpctl/parser.h index a294e7ada5c..d790108369c 100644 --- a/usr.sbin/ldpctl/parser.h +++ b/usr.sbin/ldpctl/parser.h @@ -1,4 +1,4 @@ -/* $OpenBSD: parser.h,v 1.9 2016/05/23 19:04:55 renato Exp $ */ +/* $OpenBSD: parser.h,v 1.10 2016/05/23 19:06:03 renato Exp $ */ /* * Copyright (c) 2009 Michele Marchetto <michele@openbsd.org> @@ -41,6 +41,7 @@ enum actions { SHOW_FIB_IFACE, SHOW_L2VPN_PW, SHOW_L2VPN_BINDING, + CLEAR_NBR, RELOAD }; |