summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJari Salo <jari.salo@tdc.fi>2014-08-25 16:54:35 +0300
committerJari Salo <jari.salo@tdc.fi>2014-08-25 17:17:20 +0300
commitcae7076eeed2b3b5fcfecffde17bcb85d8013af2 (patch)
tree9daef15e75884bce0a6c9b287aacb2ee33364de8 /CHANGELOG.md
parent5662795ca35444a3e48eea3c2d8020d63502da84 (diff)
Match IP address explicitly
- New method node_want? - Don't match node to node[:name] if node[:name] is an ip address. Otherwise we might match to wrong ip address.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4660af5..d6eb83a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,7 @@
- FEATURE: Cisco SMB (Nikola series VxWorks) model by @thetamind
- FEATURE: Extreme Networks XOS model (access by sjm)
- FEATURE: Brocade NOS (Network Operating System) (access by sjm)
+- BUGFIX: Match exactly to node[:name] if node[name] is an ip address.
# 0.2.3
- BUGFIX: rescue @ssh.close when far end closes disgracefully (ALU ISAM)