From 43d28378b47df715dbf5eab049618b93e140661f Mon Sep 17 00:00:00 2001
From: Faiyaz Ahmed <faiyaza@cs.princeton.edu>
Date: Mon, 24 Mar 2008 20:41:41 +0000
Subject: [PATCH] CoDemux attribute

---
 db-config | 7 ++++++-
 1 file changed, 6 insertions(+), 1 deletion(-)

diff --git a/db-config b/db-config
index d522bfd..a8ff3a7 100755
--- a/db-config
+++ b/db-config
@@ -507,8 +507,13 @@ def main():
 		# Vsys
         {'name': "vsys",
          'description': "Bind vsys script fd's to a slice's vsys directory.",
+         'min_role_id': 10},
+
+        # CoDemux
+        {'name': "codemux",
+         'description': "Demux HTTP between slices using localhost ports. Value in the form 'host, localhost port'."
          'min_role_id': 10}
- 
+
         ]
 
     # Get list of existing attribute types
-- 
2.47.0