net/frr: Fix wrong route redistribution option for ospf (bgp missing) (#4635)

This commit is contained in:
Monviech
2025-04-01 08:34:16 +02:00
committed by GitHub
parent 4874432b5f
commit a6b1262701
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -1,5 +1,6 @@
PLUGIN_NAME= frr
PLUGIN_VERSION= 1.44
PLUGIN_REVISION= 1
PLUGIN_COMMENT= The FRRouting Protocol Suite
PLUGIN_DEPENDS= frr8-pythontools
PLUGIN_MAINTAINER= ad@opnsense.org
@@ -297,7 +297,7 @@
<Required>Y</Required>
<Default>connected</Default>
<OptionValues>
<ospf>Open Shortest Path First (OSPF)</ospf>
<bgp>Border Gateway Protocol (BGP)</bgp>
<connected>Connected routes (directly attached subnet or host)</connected>
<kernel>Kernel routes (not installed via the zebra RIB)</kernel>
<rip>Routing Information Protocol (RIP)</rip>
@@ -216,7 +216,7 @@
<Required>Y</Required>
<Default>connected</Default>
<OptionValues>
<ospf>Open Shortest Path First (OSPF)</ospf>
<bgp>Border Gateway Protocol (BGP)</bgp>
<connected>Connected routes (directly attached subnet or host)</connected>
<kernel>Kernel routes (not installed via the zebra RIB)</kernel>
<rip>Routing Information Protocol (RIP)</rip>