grub/grub-core/net
Vladimir 'phcoder' Serbinenko d6b7c7c986 Respect netmask from bootp/dhcp.
* grub-core/net/bootp.c (parse_dhcp_vendor): Parse mask.
	(grub_net_configure_by_dhcp_ack): Use mask and grub_net_add_ipv4_local.
	* grub-core/net/net.c (grub_net_add_addr): Split creating local route
	into ...
	(grub_net_add_ipv4_local): ... this.
	(grub_cmd_addaddr): Use grub_net_add_ipv4_local.
	* include/grub/net.h (GRUB_NET_BOOTP_NETMASK): New enum value.
	(grub_net_add_ipv4_local): New proto.
2012-06-20 23:46:50 +02:00
..
drivers * grub-core/net/drivers/ieee1275/ofnet.c (search_net_devices): Decrease 2012-06-19 15:44:51 +02:00
arp.c Stop polling as soon as we have the packet we were waiting for. 2012-06-09 11:06:55 +02:00
bootp.c Respect netmask from bootp/dhcp. 2012-06-20 23:46:50 +02:00
dns.c Stop polling as soon as we have the packet we were waiting for. 2012-06-09 11:06:55 +02:00
ethernet.c support routed pings 2011-10-13 20:53:22 +02:00
http.c Stop polling as soon as we have the packet we were waiting for. 2012-06-09 11:06:55 +02:00
icmp.c support routed pings 2011-10-13 20:53:22 +02:00
icmp6.c Stop polling as soon as we have the packet we were waiting for. 2012-06-09 11:06:55 +02:00
ip.c * grub-core/net/ip.c (reassemble): Make asm_buffer into asm_netbuff. 2012-05-08 16:03:02 +02:00
net.c Respect netmask from bootp/dhcp. 2012-06-20 23:46:50 +02:00
netbuff.c * grub-core/net/ip.c (reassemble): Make asm_buffer into asm_netbuff. 2012-05-08 16:03:02 +02:00
tcp.c Stop polling as soon as we have the packet we were waiting for. 2012-06-09 11:06:55 +02:00
tftp.c Stop polling as soon as we have the packet we were waiting for. 2012-06-09 11:06:55 +02:00
udp.c Improve gettext support. Stylistic fixes and error handling fixes while 2012-02-08 19:26:01 +01:00