예제 #1
0
파일: cli.py 프로젝트: svaaz/fboss
 def _table(cli_opts, client_id, ipv4, ipv6):
     ''' Show the route table '''
     route.RouteTableCmd(cli_opts).run(client_id, ipv4, ipv6)
예제 #2
0
파일: cli.py 프로젝트: stevezhou6/fboss
 def _table(cli_opts, client_id, ipv4, ipv6):
     """ Show the route table """
     route.RouteTableCmd(cli_opts).run(client_id, ipv4, ipv6)
예제 #3
0
 def _table(cli_opts, client_id, ipv4, ipv6, prefix):  # noqa: B902
     """ Show the route table """
     route.RouteTableCmd(cli_opts).run(client_id, ipv4, ipv6, prefix)
예제 #4
0
 def _table(cli_opts):
     ''' Show the route table '''
     route.RouteTableCmd(cli_opts).run()