Reputation: 241
On system boot up, dhclient gets the IP address over particular network interface, how is this information(IP address) passed to kernel?
Upvotes: 1
Views: 688
Reputation: 587
Short answer, using SIOCSIFADDR
ioctl.
More information about user-space program which does that: Set IP address using SIOCSIFADDR ioctl
Upvotes: 4