From 18ce89ff867986a0c2c908cc5d2764d108ad386d Mon Sep 17 00:00:00 2001
From: thl-cmk <thl-cmk@outlook.com>
Date: Mon, 30 Sep 2024 15:49:53 +0000
Subject: [PATCH] Update README.md

---
 README.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md
index aac3031..89de453 100644
--- a/README.md
+++ b/README.md
@@ -18,6 +18,7 @@ The necessary HW/SW inventory data can be created with my CDP/LLDP/IPv4 inventor
 - [CDP inventory plugin](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_cdp_cache/)
 - [LLDP inventory plugin](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_lldp_cache/)
 - [IPv4 inventory plugin](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_ipv4_addresses)
+- [Extended IP-Address inventory for Linux hosts plugin](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_lnx_if_ip)
 - [Interface name inventory plugin (optional but recommended)](https://thl-cmk.hopto.org/gitlab/checkmk/vendor-independent/inventory/inv_ifname)
 
 ---
@@ -388,7 +389,7 @@ OMD[build]:~$
 ```
 
 Sample network topology CDP/LLDP
-![CDP/LLDP](/img/sample-cmk2-3.png?raw=true "Sample network topology CDP/LLDP")
+![CDP/LLDP](img/sample-cmk2-3.png?raw=true "Sample network topology CDP/LLDP")
 
 Sample network topology IPv4
-![CDP/LLDP](/img/sample-cmk2-3-ipv4.png?raw=true "Sample network topology IPv4")
\ No newline at end of file
+![CDP/LLDP](img/sample-cmk2-3-ipv4.png?raw=true "Sample network topology IPv4")
\ No newline at end of file
-- 
GitLab