Merge "Remove deprecated IpNeighCommand.show()"

This commit is contained in:
Jenkins 2017-09-24 07:34:59 +00:00 committed by Gerrit Code Review
commit 9b8a1339de
1 changed files with 0 additions and 9 deletions

View File

@ -859,15 +859,6 @@ class IpNeighCommand(IpDeviceCommandBase):
self._parent.namespace,
**kwargs)
@removals.remove(
version='Ocata', removal_version='Pike',
message="Use 'dump' in IpNeighCommand() class instead")
def show(self, ip_version):
options = [ip_version]
return self._as_root(options,
('show',
'dev', self.name))
def flush(self, ip_version, ip_address):
"""Flush neighbour entries