To reproduce:
vyos@vpp# run show conf com | match "protocols" set protocols ospf area 0 network '10.1.1.0/24' set protocols ospf area 0 network '10.2.2.0/24' set protocols ospf area 0 network '192.0.2.0/30' set protocols ospf interface eth0 set protocols ospf passive-interface 'default' set protocols static route 0.0.0.0/0 next-hop 192.168.122.1
Check the generated OSPFd configuration and get unexpected redistribute nhrp
vyos@vpp# vtysh -c "show run ospfd" Building configuration... Current configuration: ! frr version 10.2.2 frr defaults traditional hostname vpp service integrated-vtysh-config ! interface eth0 ip ospf dead-interval 40 exit ! router ospf auto-cost reference-bandwidth 100 timers throttle spf 200 1000 10000 redistribute nhrp passive-interface default network 10.1.1.0/24 area 0 network 10.2.2.0/24 area 0 network 192.0.2.0/30 area 0 exit ! end [edit] vyos@vpp#