* net/frr: Add BGP route redistribution with route-map feature. Add migration.
* net/frr: Small template fix in redistribution since route-map is optional
* net/frr: Add OSPF and OSPF6 route redistribution with route-map feature. Adjust migration to migrate OSPF, OSPF6 and BGP models.
* net/frr: make sweep
* net/frr: Fix wrong diff in ospf6 template
* net/frr: Add a little css to make the redistribution grid look like its part of the base form, more seamless integration
* net/frr: Show route-map in grid and hide description
* net/frr: Delete per daemon and old watchfrr files, this cleans up remains after the frr.conf migration.
Co-authored-by: Franco Fichtner <franco@opnsense.org>
---------
Co-authored-by: Franco Fichtner <franco@opnsense.org>
* net/frr: ospf.volt - Integrate layout_partials/base_bootgrid_table
* net/frr: ospf6.volt - Integrate layout_partials/base_bootgrid_table
* net/frr: bgp.volt - Integrate layout_partials/base_bootgrid_table
* net/frr: bfd.volt - Integrate layout_partials/base_bootgrid_table
* net/frr: static.volt - Integrate layout_partials/base_bootgrid_table, fix whitespace
* net/frr: Fix a few inconsistencies in the labels and visible grid columns
* net/frr: First batch of new help texts, removed some hints since they are replaced by the proper help texts.
* net/frr: Second batch of new help texts.
* net/frr: Remove non operational ISIS leftovers.
* controller eap: changed from dropdown to select_multiple
* model eap: add mulitple option to CertificateField type ca
* script generate_certs: Multiple comma-separated refid values are possible. Use explode() and process them with a foreach loop