aboutsummaryrefslogtreecommitdiff
path: root/TODO
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org.ua>2015-11-19 13:26:52 +0200
committerSergey Poznyakoff <gray@gnu.org.ua>2015-11-19 13:30:24 +0200
commit858fef585e97f210378ca40b2287a78ced74c0de (patch)
tree2bd6eec8bf30899fb9b88b01a502a04ce3bee08a /TODO
parenta32c2acdae16394613be0fe01fa5c439a0f247d0 (diff)
downloadeclat-858fef585e97f210378ca40b2287a78ced74c0de.tar.gz
eclat-858fef585e97f210378ca40b2287a78ced74c0de.tar.bz2
New commands: assocrtab, mkrtab, rmrtab, lsrtab, disasrtab, route
These implement the following EC2 actions: AssociateRouteTable, CreateRoute, CreateRouteTable, DeleteRoute, DeleteRouteTable, DescribeRouteTables, DisassociateRouteTable, ReplaceRoute. * TODO: Update. * etc/Makefile.am: Add new formats. * etc/associate-route-table.fln: New file. * etc/create-route-table.fln: New file. * etc/create-route.fln: New file. * etc/delete-route-table.fln: New file. * etc/delete-route.fln: New file. * etc/describe-route-tables.fln: New file. * etc/disassociate-route-table.fln: New file. * etc/replace-route.fln: New file. * etc/route.fln: New file. * src/Makefile.am: Add routetable.c * src/routetable.c: New file. * src/eclat.c (cmdtab): Register new subcommands. * src/eclat.h (ECLAT_DEBCAT_DUMP): New category. Add new protos. * src/io.c (write_callback): Enable XML dump if dump debug category is set.
Diffstat (limited to 'TODO')
-rw-r--r--TODO16
1 files changed, 8 insertions, 8 deletions
diff --git a/TODO b/TODO
index 45e1ebe..1a1686b 100644
--- a/TODO
+++ b/TODO
@@ -12,7 +12,7 @@ AllocateAddress allocaddr [X] [X]
AssignPrivateIpAddresses - [ ] [ ]
AssociateAddress assocaddr [X] [X]
AssociateDhcpOptions - [ ] [ ]
-AssociateRouteTable - [ ] [ ]
+AssociateRouteTable assocrtab [X] [ ]
AttachInternetGateway atigw [X] [ ]
AttachNetworkInterface - [ ] [ ]
AttachVolume atvol [X] [X]
@@ -39,8 +39,8 @@ CreateNetworkAclEntry - [ ] [ ]
CreateNetworkInterface - [ ] [ ]
CreatePlacementGroup - [ ] [ ]
CreateReservedInstancesListing - [ ] [ ]
-CreateRoute - [ ] [ ]
-CreateRouteTable - [ ] [ ]
+CreateRoute route ID add [X] [ ]
+CreateRouteTable mkrtab [X] [ ]
CreateSecurityGroup mksg [X] [X]
CreateSnapshot mksnap [X] [X]
CreateSpotDatafeedSubscription - [ ] [ ]
@@ -59,8 +59,8 @@ DeleteNetworkAcl - [ ] [ ]
DeleteNetworkAclEntry - [ ] [ ]
DeleteNetworkInterface - [ ] [ ]
DeletePlacementGroup - [ ] [ ]
-DeleteRoute - [ ] [ ]
-DeleteRouteTable - [ ] [ ]
+DeleteRoute route ID del [X] [ ]
+DeleteRouteTable rmrtab [X] [ ]
DeleteSecurityGroup rmsg [X] [X]
DeleteSnapshot rmsnap [X] [X]
DeleteSpotDatafeedSubscription - [ ] [ ]
@@ -94,7 +94,7 @@ DescribeRegions lsreg [X] [X]
DescribeReservedInstances - [ ] [ ]
DescribeReservedInstancesListings - [ ] [ ]
DescribeReservedInstancesOfferings - [ ] [ ]
-DescribeRouteTables - [ ] [ ]
+DescribeRouteTables lsrtab [X] [ ]
DescribeSecurityGroups lssg [X] [X]
DescribeSnapshotAttribute lssattr [X] [X]
DescribeSnapshots lssnap [X] [X]
@@ -116,7 +116,7 @@ DetachVolume devol [X] [X]
DetachVpnGateway - [ ] [ ]
DisableVgwRoutePropagation - [ ] [ ]
DisassociateAddress disasaddr [X] [X]
-DisassociateRouteTable - [ ] [ ]
+DisassociateRouteTable disasrtab [X] [ ]
EnableVgwRoutePropagation - [ ] [ ]
EnableVolumeIO - [ ] [ ]
GetConsoleOutput dmesg [X] [X]
@@ -138,7 +138,7 @@ RegisterImage - [ ] [ ]
ReleaseAddress rmaddr [X] [X]
ReplaceNetworkAclAssociation - [ ] [ ]
ReplaceNetworkAclEntry - [ ] [ ]
-ReplaceRoute - [ ] [ ]
+ReplaceRoute route ID chg|replace [X] [ ]
ReplaceRouteTableAssociation - [ ] [ ]
ReportInstanceStatus - [ ] [ ]
RequestSpotInstances - [ ] [ ]

Return to:

Send suggestions and report system problems to the System administrator.