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