Changeset b7155d7 in mainline for uspace/srv/net/dhcp/dhcp_std.h


Ignore:
Timestamp:
2022-06-24T09:44:00Z (23 months ago)
Author:
Jiri Svoboda <jiri@…>
Branches:
master, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
bb4ba92
Parents:
bbb7ffe
git-author:
Jiri Svoboda <jiri@…> (2022-07-23 19:43:22)
git-committer:
Jiri Svoboda <jiri@…> (2022-06-24 09:44:00)
Message:

DHCP should specify a parameter request list with the requested fields

Specifying that we need a DNS server makes DHCP work correctly in
VirtualBox. If not specified, VirtualBox provides an incorrect
DNS server address.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/dhcp/dhcp_std.h

    rbbb7ffe rb7155d7  
    110110        /** Server identifier */
    111111        opt_server_id = 54,
     112        /** Parameter request list */
     113        opt_param_req_list = 55,
    112114        /** End */
    113115        opt_end = 255
Note: See TracChangeset for help on using the changeset viewer.