opnsense-plugins/net/frr/src/opnsense/mvc/app/controllers/OPNsense/Quagga/forms/ospf.xml

54 lines
2.0 KiB
XML

<form>
<field>
<id>ospf.enabled</id>
<label>Enable</label>
<type>checkbox</type>
<help>This will activate the OSPF service if routing protocols are enabled in "General".</help>
</field>
<field>
<id>ospf.routerid</id>
<label>Router ID</label>
<type>text</type>
<advanced>true</advanced>
<help>If you have a CARP setup, you may want to configure a router id in case of a conflict.</help>
</field>
<field>
<id>ospf.passiveinterfaces</id>
<label>Passive Interfaces</label>
<type>select_multiple</type>
<help><![CDATA[Select the interfaces, where no OSPF packets should be sent to.]]></help>
<hint>Type or select interface.</hint>
</field>
<field>
<id>ospf.redistribute</id>
<label>Route Redistribution</label>
<type>select_multiple</type>
<help><![CDATA[Select other routing sources, which should be redistributed to the other nodes.]]></help>
<hint>Type or select a route source.</hint>
</field>
<field>
<id>ospf.redistributemap</id>
<label>Redistribution Map</label>
<type>dropdown</type>
<help>Route Map to set for Redistribution.</help>
</field>
<field>
<id>ospf.originate</id>
<label>Advertise Default Gateway</label>
<type>checkbox</type>
<help>This will send the information that we have a default gateway.</help>
</field>
<field>
<id>ospf.originatealways</id>
<label>Always Advertise Default Gateway</label>
<type>checkbox</type>
<help>This will send the information that we have a default gateway, regardless of if it is available.</help>
</field>
<field>
<id>ospf.originatemetric</id>
<label>Advertise Default Gateway Metric</label>
<type>text</type>
<help>This let you manipulate the metric when advertising default gateway.</help>
</field>
</form>