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