add mtu information
This commit is contained in:
parent
5438143da6
commit
6a1af81a97
5 changed files with 31 additions and 8 deletions
|
@ -345,6 +345,7 @@ GRUB_MOD_INIT(pxe)
|
|||
if (i == sizeof (grub_pxe_card.default_address.mac))
|
||||
grub_memcpy (grub_pxe_card.default_address.mac, ui->permanent_addr,
|
||||
sizeof (grub_pxe_card.default_address.mac));
|
||||
grub_pxe_card.mtu = ui->mtu;
|
||||
|
||||
grub_pxe_card.default_address.type = GRUB_NET_LINK_LEVEL_PROTOCOL_ETHERNET;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue