Home
last modified time | relevance | path

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

/external/autotest/client/bin/net/
Dnet_tc.py201 def tc_cmd(self, tc_conf): argument
202 print self._tc_cmd % tc_conf
231 tc_conf = self._get_tc_conf(netif)
232 tc_conf[tcfilter.conf_cmd] = 'add'
233 tc_conf[tcfilter.conf_rules] = self._filter_rules()
234 self.tc_cmd(tc_conf)
238 tc_conf = self._get_tc_conf(netif)
239 tc_conf[tcfilter.conf_cmd] = 'del'
240 tc_conf[tcfilter.conf_rules] = self._filter_rules()
241 self.tc_cmd(tc_conf)
[all …]