From 03042228be3c257694cce67d4c236311e3c03ea7 Mon Sep 17 00:00:00 2001 From: Tore Anderson Date: Sun, 9 Feb 2025 10:52:17 +0100 Subject: [PATCH] Add missing space in Proxy-ND debug output --- clatd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clatd b/clatd index f6890ac..569b153 100755 --- a/clatd +++ b/clatd @@ -635,7 +635,7 @@ sub cleanup_and_exit { sysctl("net/ipv6/conf/" . cfg("plat-dev") . "/proxy_ndp", 0); } if(defined($cleanup_remove_proxynd_entry)) { - d("Cleanup: Removing Proxy-ND entry for ", cfg("clat-v6-addr"), "on ", + d("Cleanup: Removing Proxy-ND entry for ", cfg("clat-v6-addr"), " on ", cfg("plat-dev")); cmd(\&w, cfg("cmd-ip"), qw(-6 neighbour delete proxy), cfg("clat-v6-addr"), "dev", cfg("plat-dev"));