(self)
| 967 | self.delete(ip) |
| 968 | |
| 969 | def get_gateway(self): |
| 970 | interface = CsInterface(self.address, self.config) |
| 971 | return interface.get_gateway() |
| 972 | |
| 973 | def is_guest_gateway(self, bag, ip): |
| 974 | """ Exclude the vrrp maintained addresses on a redundant router """ |
no test coverage detected