Add --quiet-tftp.

This commit is contained in:
Kevin Darbyshire-Bryant
2021-07-09 22:48:49 +01:00
committed by Simon Kelley
parent e7ccd95c04
commit 767d9cbd96
4 changed files with 11 additions and 5 deletions

View File

@@ -273,7 +273,8 @@ struct event_desc {
#define OPT_UMBRELLA 63
#define OPT_UMBRELLA_DEVID 64
#define OPT_CMARK_ALST_EN 65
#define OPT_LAST 66
#define OPT_QUIET_TFTP 66
#define OPT_LAST 67
#define OPTION_BITS (sizeof(unsigned int)*8)
#define OPTION_SIZE ( (OPT_LAST/OPTION_BITS)+((OPT_LAST%OPTION_BITS)!=0) )