예제 #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)
예제 #2
0
파일: cli.py 프로젝트: svaaz/fboss
 def _details(cli_opts, ipv4, ipv6):
     ''' Show details of the route table '''
     route.RouteTableDetailsCmd(cli_opts).run(ipv4, ipv6)
예제 #3
0
파일: cli.py 프로젝트: stevezhou6/fboss
 def _details(cli_opts, ipv4, ipv6):
     """ Show details of the route table """
     route.RouteTableDetailsCmd(cli_opts).run(ipv4, ipv6)