added refresh right to slice
authorLarry Peterson <llp@cs.princeton.edu>
Thu, 22 Jan 2009 19:37:16 +0000 (19:37 +0000)
committerLarry Peterson <llp@cs.princeton.edu>
Thu, 22 Jan 2009 19:37:16 +0000 (19:37 +0000)
plc/registry.py

index b722c35..53581d4 100644 (file)
@@ -677,6 +677,7 @@ class Registry(GeniServer):
         elif type == "ma":
             rl.add("authority")
         elif type == "slice":
+            rl.add("refresh")
             rl.add("embed")
             rl.add("bind")
             rl.add("control")