コード例 #1
0
ファイル: cli.py プロジェクト: svaaz/fboss
 def aggregate_port(cli_opts):
     ''' Show aggregate port information; Outputs a list of
         aggregate port and the subports that are part of the
         aggregate port. '''
     aggregate_port.AggregatePortCmd(cli_opts).run()
コード例 #2
0
 def aggregate_port(cli_opts, port):
     """ Show aggregate port information; Outputs a list of
         aggregate port and the subports that are part of the
         aggregate port."""
     aggregate_port.AggregatePortCmd(cli_opts).run(port)