mirror of
https://github.com/opnsense/docs.git
synced 2026-04-15 21:49:34 -04:00
net/frr: Add area types to configuration (#800)
This commit is contained in:
parent
e4f3372e51
commit
be4d1d20aa
1 changed files with 12 additions and 0 deletions
|
|
@ -288,6 +288,18 @@ OSPF/OSPFv3 (Open Shortest Path First)
|
|||
**Priority** (OSPF only) The priority is used to for the Designated Router (DR) election on non-broadcast multi-access networks.
|
||||
=================================== =======================================================================================================================
|
||||
|
||||
.. tab:: Areas (OSPF only)
|
||||
|
||||
=================================== =======================================================================================================================
|
||||
Options Description
|
||||
=================================== =======================================================================================================================
|
||||
**Enabled** (OSPF only) Enable / Disable
|
||||
**Area ID** (OSPF only) Enter area ID in dotted (e.g. 0.0.0.1) format. You only need to define areas that are not normal.
|
||||
All areas defined in the network or interface tab will automatically be normal, unless explicitely overwritten
|
||||
here with a different area type.
|
||||
**Area Type** (OSPF only) Select area behavior (e.g. stub no-summary)
|
||||
=================================== =======================================================================================================================
|
||||
|
||||
.. tab:: Networks
|
||||
|
||||
=================================== =======================================================================================================================
|
||||
|
|
|
|||
Loading…
Reference in a new issue