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:
ShaRose
2018-07-16 17:41:09 +02:00
committed by Franco Fichtner
parent 4c85680e35
commit 9db25fb9e7
3 changed files with 1 additions and 5 deletions
@@ -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>