mirror of
https://github.com/danderson/netboot.git
synced 2026-05-05 12:26:38 +02:00
dhcp4: add OptInterfaceMTU
This commit is contained in:
parent
df529f74dc
commit
d536e23ec2
@ -38,6 +38,7 @@ const (
|
||||
OptHostname Option = 12 // string
|
||||
OptBootFileSize Option = 13 // uint16
|
||||
OptDomainName Option = 15 // string
|
||||
OptInterfaceMTU Option = 26 // uint16
|
||||
OptBroadcastAddr Option = 28 // IP
|
||||
OptNTPServers Option = 42 // IP
|
||||
OptVendorSpecific Option = 43 // []byte
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user