added planetlab_ccn unicast and multicast examples
[nepi.git] / src / nepi / testbeds / planetlab / application.py
index dc69a51..53592ec 100644 (file)
@@ -1170,6 +1170,7 @@ class CCNxDaemon(Application):
 
     def start(self):
         # configure ccn routes
+        routes = ""
         if self.ccnroutes:
             routes = map(lambda route: "ccndc add ccnx:/ %s" % route, 
                 self.ccnroutes.split("|"))