From bf36bf49153a407aa7b2c04db188e9ae5414c0bf Mon Sep 17 00:00:00 2001 From: Urban Wallasch Date: Sun, 21 Apr 2019 22:21:11 +0200 Subject: [PATCH] * Added to-do list to nns.sh. --- nns.sh | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) 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 -- 2.30.2