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