Remove deprecated IpNeighCommand.show()

IpNeighCommand.show() was marked for deprecation in
Pike, remove it now that we're in Queens.

Change-Id: I120de98b15d4c516347f2ddb131a5e1c1e0c00c4
This commit is contained in:
Brian Haley 2017-09-22 17:21:48 -04:00
parent 6994914d8e
commit aab961e5c4
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