예제 #1
0
파일: cli.py 프로젝트: svaaz/fboss
 def ip(cli_opts, interface):
     ''' Show IP information for an interface '''
     ip.IpCmd(cli_opts).run(interface)
예제 #2
0
 def ip(cli_opts, interface):
     """ Show IP information for an interface """
     ip.IpCmd(cli_opts).run(interface)