[bug #43633] Add format option for ip addresses to net_get_dhcp_option

2016-10-11 Thread Vladimir Serbinenko
Update of bug #43633 (project grub): Priority: 5 - Normal => 3 - Low ___ Reply to this item at: ___ Messag

[bug #43633] Add format option for ip addresses to net_get_dhcp_option

2016-03-02 Thread Vladimir Serbinenko
Update of bug #43633 (project grub): Planned Release:None => 2.03+ ___ Reply to this item at: ___ Messag

[bug #43633] Add format option for ip addresses to net_get_dhcp_option

2015-01-22 Thread Vladimir Serbinenko
Follow-up Comment #3, bug #43633 (project grub): The patch has bugs. The least of them is memory leak. Please use ML for patches, not bugtracker. ___ Reply to this item at: _

[bug #43633] Add format option for ip addresses to net_get_dhcp_option

2014-11-19 Thread Rob
Follow-up Comment #2, bug #43633 (project grub): Uploaded a new patch. Changes to bootp.c have been simplified and net_get_dhcp_option documentation has been updated. (file #32481) ___ Additional Item Attachment: File name: add-ip-type-to

[bug #43633] Add format option for ip addresses to net_get_dhcp_option

2014-11-19 Thread Andrei Borzenkov
Follow-up Comment #1, bug #43633 (project grub): You do not really need endian conversion. Just print each byte directly. grub_printf("%d.%d.%d.%d", ptr[0], ptr[1], ptr[2], ptr[3]) Please update documentation too. ___ Reply to this item a

[bug #43633] Add format option for ip addresses to net_get_dhcp_option

2014-11-18 Thread Rob
URL: Summary: Add format option for ip addresses to net_get_dhcp_option Project: GNU GRUB Submitted by: rkliewer Submitted on: Tue 18 Nov 2014 09:33:17 PM GMT Category: User Interface