Exemplo n.º 1
0
Arquivo: cli.py Projeto: svaaz/fboss
 def _ip(cli_opts, ip, vrf):
     ''' Show the route to a specific IP '''
     route.RouteIpCmd(cli_opts).run(ip, vrf)
Exemplo n.º 2
0
 def _ip(cli_opts, ip, vrf):
     """ Show the route to a specific IP """
     route.RouteIpCmd(cli_opts).run(ip, vrf)