=== modified file 'ChangeLog' --- ChangeLog 2012-10-28 10:55:22 +0000 +++ ChangeLog 2012-11-26 16:24:42 +0000 @@ -1,3 +1,7 @@ +2012-11-26 Paulo Flabiano + + * grub-core/net/bootp.c (parse_dhcp_vendor): Fix dhcp parse. + 2012-10-28 Grégoire Sutre * util/grub.d/10_netbsd.in: Fix tab indentation and make sure === modified file 'grub-core/net/bootp.c' --- grub-core/net/bootp.c 2012-06-21 20:20:57 +0000 +++ grub-core/net/bootp.c 2012-11-26 16:20:59 +0000 @@ -121,6 +121,8 @@ grub_net_add_dns_server (&s); ptr += 4; } + /* Skip additional increment */ + continue; } break; case GRUB_NET_BOOTP_HOSTNAME: