diff --git a/modules/get-hosts.py b/modules/get-hosts.py index 38fccd8..2ff2060 100644 --- a/modules/get-hosts.py +++ b/modules/get-hosts.py @@ -118,7 +118,7 @@ def mod_entry(natlas_obj, argv): return natlas.RETURN_SYNTAXERR if (opt_node_ip != None): - return single_node(natlas_obj, opt_node_ip, opt_router_ip, opt_community, opt_vlan, opt_port, opt_output) + return single_node(natlas_obj, opt_node_ip, opt_root_ip, opt_community, opt_vlan, opt_port, opt_output) return all_nodes(natlas_obj, opt_root_ip, opt_output, opt_depth) diff --git a/natlas/_version.py b/natlas/_version.py index 2212fbe..f56f403 100644 --- a/natlas/_version.py +++ b/natlas/_version.py @@ -1 +1 @@ -__version__ = "0.11-dev6" +__version__ = "0.12"