nspawn: move most validation checks and configuration mangling into verify_arguments()
authorLennart Poettering <lennart@poettering.net>
Thu, 6 Dec 2018 21:00:00 +0000 (22:00 +0100)
committerLennart Poettering <lennart@poettering.net>
Mon, 10 Dec 2018 11:54:56 +0000 (12:54 +0100)
commit60f1ec13ed059e412c2a2ee4cc3093e2d520673c
tree91a4bceec14859c65df655b49270ae58f7c0aa80
parentd5455d2f98d213e89470a4d2ec447300f468914f
nspawn: move most validation checks and configuration mangling into verify_arguments()

That's what the function is for after all, and only if it's done there
we can verify the effect of .nspawn files correctly too: after all we
should not just validate that everything configured on the command line
makes sense, but the stuff configured in the .nspawn files, too.
src/nspawn/nspawn.c