net/frr: add carp failover option (#923)

This commit is contained in:
Michael
2018-10-19 13:44:05 +02:00
committed by Franco Fichtner
parent c93d1bb39c
commit 983daacb33
2 changed files with 11 additions and 1 deletions
@@ -5,6 +5,12 @@
<type>checkbox</type>
<help>This will activate the routing service.</help>
</field>
<field>
<id>general.enablecarp</id>
<label>Enable CARP Failover</label>
<type>checkbox</type>
<help>This will activate the routing service only on the master device.</help>
</field>
<field>
<id>general.enablelogfile</id>
<label>Create a logfile</label>
@@ -1,12 +1,16 @@
<model>
<mount>//OPNsense/quagga/general</mount>
<description>Quagga Routing configuration</description>
<version>1.0.0</version>
<version>1.0.1</version>
<items>
<enabled type="BooleanField">
<default>0</default>
<Required>Y</Required>
</enabled>
<enablecarp type="BooleanField">
<default>0</default>
<Required>Y</Required>
</enablecarp>
<enablelogfile type="BooleanField">
<default>0</default>
<Required>Y</Required>