(self)
| 259 | _ipt('-X', divert_chain) |
| 260 | |
| 261 | def is_supported(self): |
| 262 | if which("iptables") and which("ip6tables"): |
| 263 | return True |
| 264 | debug2("tproxy method not supported because 'iptables' " |
| 265 | "or 'ip6tables' commands are missing.\n") |
| 266 | return False |