From 1473a4487450b8c82f1774845dc8dbe94d5b61e1 Mon Sep 17 00:00:00 2001 From: Sergey Poznyakoff Date: Thu, 19 Nov 2015 00:17:50 +0200 Subject: Implement subnet commands New commands: mksubnet, rmsubnet, lssubnet, setsubnetattr. * TODO: Update. * lib/libeclat.h (EC2_API_VERSION): Update. * src/Makefile.am: Add subnet.c. * src/subnet.c: New file. * src/eclat.c (cmdtab): Register new commands. * src/eclat.h: Add new prototypes. --- lib/libeclat.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/libeclat.h b/lib/libeclat.h index 770fb7d..b865e00 100644 --- a/lib/libeclat.h +++ b/lib/libeclat.h @@ -83,7 +83,7 @@ struct ec2_param { int encoded; }; -#define EC2_API_VERSION "2013-02-01" +#define EC2_API_VERSION "2014-06-15" #define EC2_RF_HTTPS 0x01 #define EC2_RF_POST 0x02 -- cgit v1.2.1