On Sat, Nov 30, 2024 at 2:22 AM Timothy M Butterworth <timothy.m.butterworth@gmail.com> wrote:Hello,I created a loopback interface with the following commands:sudo ip link add name ospf-lo type dummy
sudo ip link set ospf-lo up
sudo ip addr add 10.0.0.1/32 dev ospf-loHow do I make this interface persistent? I am on Debian Trixie and using NetworkManager.I tried the following but no success.