diff options
Diffstat (limited to 'lib/libstand/bootp.h')
-rw-r--r-- | lib/libstand/bootp.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libstand/bootp.h b/lib/libstand/bootp.h index 47e5649..9f4d413 100644 --- a/lib/libstand/bootp.h +++ b/lib/libstand/bootp.h @@ -106,6 +106,7 @@ struct bootp { #define TAG_T2 ((unsigned char) 59) #define TAG_CLASSID ((unsigned char) 60) #define TAG_CLIENTID ((unsigned char) 61) +#define TAG_TFTP_SERVER ((unsigned char) 150) #endif #define TAG_END ((unsigned char) 255) |