
6 Sep
2022
6 Sep
'22
11:18 p.m.
Hi Heinrich,
On Sun, 4 Sept 2022 at 01:16, Heinrich Schuchardt heinrich.schuchardt@canonical.com wrote:
From: Heinrich Schuchardt xypron.glpk@gmx.de
Calling tftpput with less than 2 arguments must lead to a failure.
If tftpput is called with two arguments, these are the address and the size of the file to be transferred.
Signed-off-by: Heinrich Schuchardt heinrich.schuchardt@canonical.com
v2: carve out function parse_args()
cmd/net.c | 90 ++++++++++++++++++++++++++++++++++++++++--------------- 1 file changed, 66 insertions(+), 24 deletions(-)
Reviewed-by: Simon Glass sjg@chromium.org
If you can be bothered, this would be better as a refactoring commit followed by a commit for your fix.
Regards, Simon