aboutsummaryrefslogtreecommitdiff
path: root/src/eclat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eclat.c')
-rw-r--r--src/eclat.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/eclat.c b/src/eclat.c
index 0558fcd..a046eb9 100644
--- a/src/eclat.c
+++ b/src/eclat.c
@@ -150,6 +150,10 @@ struct eclat_command cmdtab[] = {
{ "lsattr", NULL, NULL,
eclat_lsattr, CMD_NOQRY },
{ "sg", NULL, NULL, eclat_sg },
+ { "mksg", "create-security-group", "CreateSecurityGroup",
+ eclat_create_security_group },
+ { "rmsg", "delete-security-group", "DeleteSecurityGroup",
+ eclat_delete_security_group }
};
size_t cmdcnt = sizeof(cmdtab) / sizeof(cmdtab[0]);

Return to:

Send suggestions and report system problems to the System administrator.