From: Ian Kelling Date: Thu, 2 Mar 2023 01:35:11 +0000 (-0500) Subject: minor output improvement X-Git-Url: https://iankelling.org/git/?p=newns;a=commitdiff_plain;h=f397eab9a7782f2505ace92eba60b9db0323a9d0 minor output improvement --- diff --git a/newns b/newns index 7e3bf2b..2290629 100755 --- a/newns +++ b/newns @@ -255,7 +255,7 @@ start() { ip -n $nn link set dev lo up fi - echo 1 | dexec dd of=/proc/sys/net/ipv4/ip_forward 2>/dev/null + echo 1 | dexec dd of=/proc/sys/net/ipv4/ip_forward status=none # docker helpfully changes the default FORWARD to drop... diptables-add FORWARD -i $v0 -j ACCEPT