From: Urban Wallasch Date: Sun, 21 Apr 2019 20:21:11 +0000 (+0200) Subject: * Added to-do list to nns.sh. X-Git-Url: https://git.packet-gain.de/?a=commitdiff_plain;h=bf36bf49153a407aa7b2c04db188e9ae5414c0bf;p=netutil.git * Added to-do list to nns.sh. --- diff --git a/nns.sh b/nns.sh index d1d9217..ebc2b22 100755 --- a/nns.sh +++ b/nns.sh @@ -5,6 +5,30 @@ # placed # +############################### +# +# TODO: +# ----- +# +# * Replace legacy tool invocations by `ip` incantations. +# +# * Outsource configuration to sourceable script fragment. +# +# * Add config options to specify guest network and gw/bridge IP. +# (Run dhclient to obtain bridge IP, if none was specified?) +# +# * Add config option(s) to specify name server(s). +# +# * Add config option to disable IP forwarding on stop? +# +# * Add "run" command to start a process in already existing namespace +# via `ip netns exec`. +# +# * Fix or remove obsolete comments. +# +############################### + + set -x # It will open an xterm window in the new network namespace; if anything