Exemplo n.º 1
0
Arquivo: cli.py Projeto: svaaz/fboss
 def _table(cli_opts, client_id, ipv4, ipv6):
     ''' Show the route table '''
     route.RouteTableCmd(cli_opts).run(client_id, ipv4, ipv6)
Exemplo n.º 2
0
 def _table(cli_opts, client_id, ipv4, ipv6):
     """ Show the route table """
     route.RouteTableCmd(cli_opts).run(client_id, ipv4, ipv6)
Exemplo n.º 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)
Exemplo n.º 4
0
 def _table(cli_opts):
     ''' Show the route table '''
     route.RouteTableCmd(cli_opts).run()