X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=src%2Fnepi%2Ftestbeds%2Fplanetlab%2Finterfaces.py;h=56720a3751931e59169e5e09d56e791c016198b5;hb=71dff96ea5f1da9cb09fc79f9ad1b3ecfc8f2a71;hp=1f313c14a9bb563da4424b594cc1a2a55b7b1273;hpb=4bea9f9369373d6f6be4b4b781de6d615bfaf610;p=nepi.git diff --git a/src/nepi/testbeds/planetlab/interfaces.py b/src/nepi/testbeds/planetlab/interfaces.py index 1f313c14..56720a37 100644 --- a/src/nepi/testbeds/planetlab/interfaces.py +++ b/src/nepi/testbeds/planetlab/interfaces.py @@ -139,6 +139,7 @@ class TunIface(object): # These get initialized when the iface is connected to any filter self.filter_module = None + self.multicast_forwarder = None # These get initialized when the iface is configured self.external_iface = None @@ -242,6 +243,7 @@ class TunIface(object): impl = self._PROTO_MAP[self.peer_proto]( self, self.peer_iface, home_path, self.tun_key) impl.port = self.tun_port + impl.cross_slice = not self.peer_iface or isinstance(self.peer_iface, _CrossIface) return impl def recover(self):