(self, attr)
| 219 | return self.get_attr("broadcast") |
| 220 | |
| 221 | def get_attr(self, attr): |
| 222 | if attr in self.address: |
| 223 | return self.address[attr] |
| 224 | else: |
| 225 | return "ERROR" |
| 226 | |
| 227 | def needs_vrrp(self): |
| 228 | """ |
no outgoing calls
no test coverage detected