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