Lines Matching refs:tap
239 logger.debug("Releasing lockfile for tap device '%s'" % self.tap)
1144 tap = ""
1152 tap = p
1153 logger.info("Using preconfigured tap device %s" % tap)
1154 … logger.info("If this is not intended, touch %s.skip to make runqemu skip %s." %(lockfile, tap))
1157 if not tap:
1168 tap = subprocess.check_output(cmd).decode('utf-8').strip()
1172 lockfile = os.path.join(lockdir, tap)
1176 logger.debug('Created tap: %s' % tap)
1178 if not tap:
1181 self.tap = tap
1182 tapnum = int(tap[3:])
1195 qemu_tap_opt = qb_tap_opt.replace('@TAP@', tap)
1197 qemu_tap_opt = "-netdev tap,id=net0,ifname=%s,script=no,downscript=no" % (self.tap)
1544 cmd = ('sudo', self.qemuifdown, self.tap, self.bindir_native)