示例#1
0
文件: cli.py 项目: svaaz/fboss
 def _ip(cli_opts, ip, vrf):
     ''' Show the route to a specific IP '''
     route.RouteIpCmd(cli_opts).run(ip, vrf)
示例#2
0
 def _ip(cli_opts, ip, vrf):
     """ Show the route to a specific IP """
     route.RouteIpCmd(cli_opts).run(ip, vrf)