mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-19 13:47:56 +00:00
bad8caee3f
* The NIC router now considers, memorizes, and, if configured, reports multiple DHCP option 6 entries from DHCP replies that it received as DHCP client * A DHCP server at the NIC router can now be configured statically with multiple DNS server addresses to propagate * The 'dns_server_from' attribute of the DHCP server of the NIC router now supports the forwarding of multiple DNS server addresses * The automated run/nic_router_dhcp test tests all the above mentioned new functionality and reconfiguring it at runtime. The test was added to the autopilot. * All run scripts were adapted to fit the new NIC router configuration interface Fixes #3952
7 lines
164 B
Plaintext
7 lines
164 B
Plaintext
#
|
|
# See os/src/test/nic_router_dhcp/README for a documentation.
|
|
#
|
|
|
|
proc nic_router_2_managed { } { return 0 }
|
|
source ${genode_dir}/repos/os/run/nic_router_dhcp.inc
|