Renaud Métrich f301a9356b net/dns: Fix removal of DNS server
When deleting the DNS server, we get the following error message:
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------
grub> net_del_dns 192.168.122.1
error: ../../grub-core/net/dns.c:646:no DNS reply received.
-------- 8< ---------------- 8< ---------------- 8< ---------------- 8< --------

This happens because the implementation is broken, it does a "add"
internally instead of a "delete".

Signed-off-by: Renaud Métrich <rmetrich@redhat.com>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
2023-05-17 13:43:30 +02:00
..
2023-02-14 15:35:16 +01:00
2023-05-17 13:43:30 +02:00
2022-03-14 15:58:06 +01:00
2022-06-07 16:39:33 +02:00
2022-03-14 15:58:06 +01:00