Where Linux Stores Routing Table Entries on Disk
Linux routing tables exist in kernel memory during runtime. To persist routes across reboots, you need to store them on disk and have them reloaded during system startup. The mechanism varies depending on your network management setup. systemd-networkd and netplan (modern systems) On contemporary distributions using systemd-networkd or netplan, define routes in YAML configuration files….