Missing retusn
[nepi.git] / src / nepi / testbeds / planetlab / multicast.py
index 1fdffa0..e6869bb 100644 (file)
@@ -44,6 +44,7 @@ class MulticastForwarder(application.Application):
         if not self.router:
             cmd += "-R "
         cmd += ' '.join([iface.address for iface in self.ifaces])
+        return cmd
     def _command_set(self, value):
         # ignore
         return