Re: [PATCH v1 22/37] bootp: New net_bootp6 command

2024-10-08 Thread Vladimir 'phcoder' Serbinenko
Le mar. 8 oct. 2024, 10:23, Michael Chang via Grub-devel a écrit : > On Mon, Oct 07, 2024 at 12:20:55PM GMT, Leo Sandoval wrote: > > From: Michael Chang > > > > Implement new net_bootp6 command for IPv6 network auto configuration via > the > > DHCPv6 protocol (RFC3315). > > This would have marke

Re: [PATCH v1 22/37] bootp: New net_bootp6 command

2024-10-08 Thread Michael Chang via Grub-devel
On Mon, Oct 07, 2024 at 12:20:55PM GMT, Leo Sandoval wrote: > From: Michael Chang > > Implement new net_bootp6 command for IPv6 network auto configuration via the > DHCPv6 protocol (RFC3315). This would have marked the fourth attempt to upstream the patch by different people. https://lists.gnu.

[PATCH v1 22/37] bootp: New net_bootp6 command

2024-10-07 Thread Leo Sandoval
From: Michael Chang Implement new net_bootp6 command for IPv6 network auto configuration via the DHCPv6 protocol (RFC3315). Signed-off-by: Michael Chang Signed-off-by: Ken Lin [pjones: Put back our code to add a local route] Signed-off-by: Peter Jones --- grub-core/net/bootp.c |