Exemplo n.º 1
0
 def set_allmulticast_on(self):
     privileged.set_link_flags(
         self.name, self._parent.namespace, ifinfmsg.IFF_ALLMULTI)
Exemplo n.º 2
0
 def set_allmulticast_on(self):
     privileged.set_link_flags(self.name, self._parent.namespace,
                               ifinfmsg.IFF_ALLMULTI)