Skip to content

Commit 647d2f8

Browse files
committed
v0.12
1 parent c240384 commit 647d2f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

modules/get-hosts.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -118,7 +118,7 @@ def mod_entry(natlas_obj, argv):
118118
return natlas.RETURN_SYNTAXERR
119119

120120
if (opt_node_ip != None):
121-
return single_node(natlas_obj, opt_node_ip, opt_router_ip, opt_community, opt_vlan, opt_port, opt_output)
121+
return single_node(natlas_obj, opt_node_ip, opt_root_ip, opt_community, opt_vlan, opt_port, opt_output)
122122

123123
return all_nodes(natlas_obj, opt_root_ip, opt_output, opt_depth)
124124

natlas/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "0.11-dev6"
1+
__version__ = "0.12"

0 commit comments

Comments
 (0)