mirror of
https://github.com/genodelabs/genode.git
synced 2025-03-25 13:28:28 +00:00
The NIC router DHCP server used to add an extra option 6 field to DHCP replies for each DNS server address. This conflicts with RFC #2132 section 3.8 which states that the addresses should be listed within one option 6 field without delimiter. The discrepancy is fixed by this commit. Ref #4242