コード例 #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()