Add missing space in Proxy-ND debug output

This commit is contained in:
Tore Anderson 2025-02-09 10:52:17 +01:00
parent 90d4ac6e70
commit 03042228be
No known key found for this signature in database
GPG Key ID: 2D362EA9A1F53DBB
1 changed files with 1 additions and 1 deletions

2
clatd
View File

@ -635,7 +635,7 @@ sub cleanup_and_exit {
sysctl("net/ipv6/conf/" . cfg("plat-dev") . "/proxy_ndp", 0); sysctl("net/ipv6/conf/" . cfg("plat-dev") . "/proxy_ndp", 0);
} }
if(defined($cleanup_remove_proxynd_entry)) { 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")); cfg("plat-dev"));
cmd(\&w, cfg("cmd-ip"), qw(-6 neighbour delete proxy), cfg("clat-v6-addr"), cmd(\&w, cfg("cmd-ip"), qw(-6 neighbour delete proxy), cfg("clat-v6-addr"),
"dev", cfg("plat-dev")); "dev", cfg("plat-dev"));