|
|
|
|
|
by wg0
606 days ago
|
|
Side question - I have always wondered how a Linux system is configured at the lowest level? Let's take example of network. There's IP address, gateway, DNS, routes etc. Depending on distribution we might see something like netplan reading config files and then calling ABI functions? Or Linux kernel directly also reads some config files? Probably not... |
|
Edit: looks like iproute2 uses NETLINK, but non-networking tools might use syscalls or device ioctls.
https://en.m.wikipedia.org/wiki/Netlink