(self)
| 233 | return False |
| 234 | |
| 235 | def is_control(self): |
| 236 | if "nw_type" in self.address and self.address['nw_type'] in ['control']: |
| 237 | return True |
| 238 | return False |
| 239 | |
| 240 | def is_guest(self): |
| 241 | if "nw_type" in self.address and self.address['nw_type'] in ['guest']: |