mirror of
https://github.com/netbirdio/plugins.git
synced 2026-05-22 18:44:07 -07:00
net/frr: cleaned up redistribute options (#628)
Added missing options, removed invalid and non-implemented ones (Babel, PIM, IS-IS). redistribute ospf requires additional arguments for ospf router, which current configuration system does not support.
This commit is contained in:
@@ -22,10 +22,8 @@
|
||||
<multiple>Y</multiple>
|
||||
<default></default>
|
||||
<OptionValues>
|
||||
<babel>Babel routing protocol (Babel)</babel>
|
||||
<ospf>Open Shortest Path First (OSPF)</ospf>
|
||||
<connected>Connected routes (directly attached subnet or host)</connected>
|
||||
<isis>Intermediate System to Intermediate System (IS-IS)</isis>
|
||||
<kernel>Kernel routes (not installed via the zebra RIB)</kernel>
|
||||
<rip>Routing Information Protocol (RIP)</rip>
|
||||
<static>Statically configured routes</static>
|
||||
|
||||
@@ -13,6 +13,7 @@
|
||||
<default></default>
|
||||
<OptionValues>
|
||||
<connected>Connected routes (directly attached subnet or host)</connected>
|
||||
<kernel>Kernel routes (not installed via the zebra RIB)</kernel>
|
||||
<static>Statically configured routes</static>
|
||||
</OptionValues>
|
||||
</redistribute>
|
||||
|
||||
@@ -32,12 +32,9 @@
|
||||
<multiple>Y</multiple>
|
||||
<default></default>
|
||||
<OptionValues>
|
||||
<babel>Babel routing protocol (Babel)</babel>
|
||||
<bgp>Border Gateway Protocol (BGP)</bgp>
|
||||
<connected>Connected routes (directly attached subnet or host)</connected>
|
||||
<isis>Intermediate System to Intermediate System (IS-IS)</isis>
|
||||
<kernel>Kernel routes (not installed via the zebra RIB)</kernel>
|
||||
<pim>Protocol Independent Multicast (PIM)</pim>
|
||||
<ospf>Open Shortest Path First (OSPF)</ospf>
|
||||
<static>Statically configured routes</static>
|
||||
</OptionValues>
|
||||
|
||||
Reference in New Issue
Block a user