opnsense / plugins

OPNsense plugin collection
https://opnsense.org/
BSD 2-Clause "Simplified" License
810 stars 593 forks source link

net/frr: enabling staticd doesn't enable staticd #4018

Closed fmeppo closed 3 weeks ago

fmeppo commented 3 weeks ago

Upgraded to OPNsense 24.1.8 this weekend; I was pleased to see support for STATIC has been merged! Thanks. The config options work fine and produce a staticd.conf, but enabling STATIC doesn't actually result in the daemon (staticd) getting started. Turns out this is a typo in the template for /etc/rc.conf.d/frr; it looks for staticd.enabled rather than static.enabled.

AdSchellevis commented 3 weeks ago

https://github.com/opnsense/plugins/pull/4019