(self)
| 417 | class Method(BaseMethod): |
| 418 | |
| 419 | def get_supported_features(self): |
| 420 | result = super(Method, self).get_supported_features() |
| 421 | result.ipv6 = True |
| 422 | return result |
| 423 | |
| 424 | def get_tcp_dstip(self, sock): |
| 425 | pfile = self.firewall.pfile |
no outgoing calls