From 5bea1c87f135989a6458f37c3214aa463a052a2b Mon Sep 17 00:00:00 2001 From: sebres Date: Mon, 3 Mar 2025 19:52:23 +0100 Subject: [PATCH] add few comments to test-ign-ips-file for the sake of completeness and coverage --- fail2ban/tests/files/test-ign-ips-file | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fail2ban/tests/files/test-ign-ips-file b/fail2ban/tests/files/test-ign-ips-file index 61af63d5..b3419147 100644 --- a/fail2ban/tests/files/test-ign-ips-file +++ b/fail2ban/tests/files/test-ign-ips-file @@ -1,4 +1,4 @@ -test-local-net -test-subnet-a, test-subnet-b -192.0.2.200, 2001:0db8::00c8 -192.0.2.216/29, 2001:db8::d8/125 \ No newline at end of file +test-local-net ; test local subnet +test-subnet-a, test-subnet-b ; further test subnets +192.0.2.200, 2001:0db8::00c8 # 2 IPs +192.0.2.216/29, 2001:db8::d8/125 # 2 subnets by IP/CIDR notation