예제 #1
0
파일: cli.py 프로젝트: svaaz/fboss
 def _table(cli_opts):
     ''' Show the ARP table '''
     arp.ArpTableCmd(cli_opts).run()
예제 #2
0
 def _table(cli_opts):
     """ Show the ARP table """
     arp.ArpTableCmd(cli_opts).run()