Example #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)
Example #2
0
File: cli.py Project: svaaz/fboss
 def _details(cli_opts, ipv4, ipv6):
     ''' Show details of the route table '''
     route.RouteTableDetailsCmd(cli_opts).run(ipv4, ipv6)
Example #3
0
 def _details(cli_opts, ipv4, ipv6):
     """ Show details of the route table """
     route.RouteTableDetailsCmd(cli_opts).run(ipv4, ipv6)