aboutsummaryrefslogtreecommitdiff
path: root/src/eclat.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/eclat.c')
-rw-r--r--src/eclat.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/eclat.c b/src/eclat.c
index 26a8f9f..43387be 100644
--- a/src/eclat.c
+++ b/src/eclat.c
@@ -208,7 +208,10 @@ struct eclat_command cmdtab[] = {
{ "disasrtab", "disassociate-route-table", "DisassociateRouteTable",
eclat_disassociate_route_table, CMD_MOD },
{ "route", NULL, NULL, eclat_route },
-
+ { "chvol", "modify-volume", "ModifyVolume",
+ eclat_modify_volume },
+ { "lschvol", "describe-volumes-modifications", "DescribeVolumesModifications",
+ eclat_describe_volumes_modifications }
};
size_t cmdcnt = sizeof(cmdtab) / sizeof(cmdtab[0]);

Return to:

Send suggestions and report system problems to the System administrator.