mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/frr: Fix wrong route redistribution option for ospf (bgp missing) (#4635)
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user