summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rwxr-xr-xcli/gobgpcli9
1 files changed, 8 insertions, 1 deletions
diff --git a/cli/gobgpcli b/cli/gobgpcli
index 5c2cec20..e345e337 100755
--- a/cli/gobgpcli
+++ b/cli/gobgpcli
@@ -332,7 +332,14 @@ def main():
(options, args) = parser.parse_args()
- commands = {"show": Show, "reset": Action, "shutdown": Action, "softreset": Action, "softresetin": Action, "softresetout": Action}
+ commands = {"show": Show,
+ "reset": Action,
+ "shutdown": Action,
+ "softreset": Action,
+ "softresetin": Action,
+ "softresetout": Action,
+ "enable": Action,
+ "disable": Action}
if len(args) == 0:
parser.print_help()