Beispiel #1
0
 def _flush(cli_opts, ip, vlan):
     ''' Flush an ARP entry by [IP]'''
     cmds.NeighborFlushCmd(cli_opts).run(ip, vlan)
Beispiel #2
0
 def _flush(cli_opts, ip, vlan):
     ''' Flush an NDP entry '''
     cmds.NeighborFlushCmd(cli_opts).run(ip, vlan)