コード例 #1
0
ファイル: ip_lib.py プロジェクト: huntxu/neutron
 def set_allmulticast_on(self):
     privileged.set_link_flags(
         self.name, self._parent.namespace, ifinfmsg.IFF_ALLMULTI)
コード例 #2
0
ファイル: ip_lib.py プロジェクト: zhunzhong/neutron
 def set_allmulticast_on(self):
     privileged.set_link_flags(self.name, self._parent.namespace,
                               ifinfmsg.IFF_ALLMULTI)