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