]> andersk Git - moira.git/commitdiff
Change statuses; need different statuses for 10 and 100 mb private
authorzacheiss <zacheiss>
Sat, 15 Sep 2001 19:51:07 +0000 (19:51 +0000)
committerzacheiss <zacheiss>
Sat, 15 Sep 2001 19:51:07 +0000 (19:51 +0000)
subnets, and we want a private/other status.

include/moira_site.h

index 142f7b1a59a6a9f8469016a473cb98428d1bb1a8..67ee8d663bade6898bcac91fe632f3ef1a6a6e3b 100644 (file)
 /* Subnet statuses */
 #define SNET_STATUS_RESERVED        0
 #define SNET_STATUS_BILLABLE        1
-#define SNET_STATUS_PRIVATE         2
-#define SNET_STATUS_RESNET          3
-#define SNET_STATUS_INFRASTRUCTURE  4
+#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
 
 /* User Information queries, v3 */
 
This page took 0.162068 seconds and 5 git commands to generate.