Exemple #1
0
 def _details(cli_opts, ipv4, ipv6, prefix):  # noqa: B902
     """ Show details of the route table """
     route.RouteTableDetailsCmd(cli_opts).run(ipv4, ipv6, prefix)
Exemple #2
0
 def _details(cli_opts, ipv4, ipv6):
     ''' Show details of the route table '''
     route.RouteTableDetailsCmd(cli_opts).run(ipv4, ipv6)
Exemple #3
0
 def _details(cli_opts, ipv4, ipv6):
     """ Show details of the route table """
     route.RouteTableDetailsCmd(cli_opts).run(ipv4, ipv6)