Home
last modified time | relevance | path

Searched refs:ipfw_list (Results 1 – 1 of 1) sorted by relevance

/external/chromium-trace/catapult/telemetry/third_party/web-page-replay/
Dtrafficshaper.py97 ipfw_list = platformsettings.ipfw('list')
98 if not ipfw_list.startswith('65535 '):
99 logging.warn('ipfw has existing rules:\n%s', ipfw_list)
100 self._delete_rules(ipfw_list)
178 def _delete_rules(self, ipfw_list=None): argument
179 if ipfw_list is None:
180 ipfw_list = platformsettings.ipfw('list')
182 r.split()[0].lstrip('0') for r in ipfw_list.splitlines())