Reorder dhcpc additions.
This commit is contained in:
parent
b1599e01fe
commit
f0e0066a7b
|
@ -109,11 +109,10 @@ corenet_tcp_bind_all_nodes(dhcpc_t)
|
|||
corenet_udp_bind_all_nodes(dhcpc_t)
|
||||
corenet_tcp_bind_dhcpc_port(dhcpc_t)
|
||||
corenet_udp_bind_dhcpc_port(dhcpc_t)
|
||||
corenet_udp_bind_all_unreserved_ports(dhcpc_t)
|
||||
corenet_tcp_connect_all_ports(dhcpc_t)
|
||||
corenet_sendrecv_dhcpd_client_packets(dhcpc_t)
|
||||
|
||||
corenet_sendrecv_all_server_packets(dhcpc_t)
|
||||
corenet_udp_bind_all_unreserved_ports(dhcpc_t)
|
||||
|
||||
dev_read_sysfs(dhcpc_t)
|
||||
# for SSP:
|
||||
|
|
Loading…
Reference in New Issue