Exemple #1
0
 def _table(cli_opts, client_id, ipv4, ipv6):
     ''' Show the route table '''
     route.RouteTableCmd(cli_opts).run(client_id, ipv4, ipv6)
Exemple #2
0
 def _table(cli_opts, client_id, ipv4, ipv6):
     """ Show the route table """
     route.RouteTableCmd(cli_opts).run(client_id, ipv4, ipv6)
Exemple #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)
Exemple #4
0
 def _table(cli_opts):
     ''' Show the route table '''
     route.RouteTableCmd(cli_opts).run()