From 7575697bd13da9eebd21fa066b4ddb592782713b Mon Sep 17 00:00:00 2001 From: thl-cmk <thl-cmk@outlook.com> Date: Tue, 18 Jun 2024 18:55:39 +0000 Subject: [PATCH] Update CHANGELOG --- CHANGELOG | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG b/CHANGELOG index b24564b..fd76828 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -90,3 +90,5 @@ 2024-05-18: added support for NXOS interfaces in LLDP in short from (Eth1/1 -> Ethernet1/1) added IP-Address/IP-Network as quickinfo 2024-05-18: fixed crash on empty neighbour port (ThX to andreas doehler) +2024-06-17: fixed bad IPv4 address data (just drop it) +2024-06-18: fixed host_exist returns always True if host was in host_cache, even with host=None -- GitLab