Exemple #1
0
    def interfaces(cli_opts, nodes, json, all):  # noqa: B902
        """ dump interface information """

        nodes = parse_nodes(cli_opts, nodes)
        kvstore.InterfacesCmd(cli_opts).run(nodes, json, all)
Exemple #2
0
    def interfaces(cli_opts, nodes, json, all):  # noqa: B902
        ''' dump interface information '''

        nodes = parse_nodes(cli_opts.host, nodes, cli_opts.lm_cmd_port)
        kvstore.InterfacesCmd(cli_opts).run(nodes, json, all)