From: zacheiss Date: Wed, 16 Jan 2002 21:39:20 +0000 (+0000) Subject: New status for GigE private subnets. X-Git-Url: http://andersk.mit.edu/gitweb/moira.git/commitdiff_plain/3a2e19a2fe3e5877715c38492116bfa904243311 New status for GigE private subnets. --- diff --git a/include/moira_site.h b/include/moira_site.h index 4f8c3ced..f368313a 100644 --- a/include/moira_site.h +++ b/include/moira_site.h @@ -345,13 +345,14 @@ #define SN_END 15 /* Subnet statuses */ -#define SNET_STATUS_RESERVED 0 -#define SNET_STATUS_BILLABLE 1 -#define SNET_STATUS_PRIVATE_10MBPS 2 -#define SNET_STATUS_PRIVATE_100MBPS 3 -#define SNET_STATUS_PRIVATE_OTHER 4 -#define SNET_STATUS_RESNET 5 -#define SNET_STATUS_INFRASTRUCTURE 6 +#define SNET_STATUS_RESERVED 0 +#define SNET_STATUS_BILLABLE 1 +#define SNET_STATUS_PRIVATE_10MBPS 2 +#define SNET_STATUS_PRIVATE_100MBPS 3 +#define SNET_STATUS_PRIVATE_OTHER 4 +#define SNET_STATUS_RESNET 5 +#define SNET_STATUS_INFRASTRUCTURE 6 +#define SNET_STATUS_PRIVATE_1000MBPS 7 /* User Information queries, v3 */