Update package and adjust changed defaults in behavior for VyOS
### Encountered issues so far
* https://github.com/FRRouting/frr/issues/16935 (fixed)
* https://github.com/FRRouting/frr/issues/16951
* https://github.com/FRRouting/frr/issues/17011
* https://github.com/FRRouting/frr/issues/17463
* https://github.com/FRRouting/frr/issues/17472
* https://github.com/FRRouting/frr/issues/17541
* https://github.com/FRRouting/frr/issues/17606
# CLI migrations
* [ ] `set protocols static route 10.0.0.0/8 next-hop 1.2.3.4 bfd multi-hop source 1.1.1.1`
* `set protocols static route 10.0.0.0/8 next-hop 1.2.3.4 bfd source-address 1.1.1.1`
* `set protocols static route 10.0.0.0/8 next-hop 1.2.3.4 bfd multi-hop`
* [ ] `set protocols static route 10.0.0.0/8 next-hop 1.2.3.4 bfd multi-hop source 1.1.1.1 profile bar`
* `set protocols static route 10.0.0.0/8 next-hop 1.2.3.4 bfd profile bar`