def net_unlock(self):
     for veth in self._veths:
         util.ifup(veth.pair)
         if veth.link and not self._bridged:
             util.bridge_add(veth.pair, veth.link)
예제 #2
0
파일: p_haul_vz.py 프로젝트: moypray/p.haul
	def net_unlock(self):
		for veth in self._veths:
			util.ifup(veth.pair)
			if veth.link and not self._bridged:
				util.bridge_add(veth.pair, veth.link)