mirror of
https://github.com/opnsense/plugins.git
synced 2026-05-28 04:34:15 -04:00
net / frr - Routing: Diagnostics: OSPF - asbrRouter is an optional field, safeguard before usage.
This commit is contained in:
parent
45030fabf4
commit
c7fea104ed
1 changed files with 1 additions and 1 deletions
|
|
@ -37,7 +37,7 @@ POSSIBILITY OF SUCH DAMAGE.
|
|||
</tr>
|
||||
<tr>
|
||||
<td>{{ lang._('ASBR') }}</td>
|
||||
<td><%= checkmark(asbrRouter == "injectingExternalRoutingInformation") %></td>
|
||||
<td><%= checkmark(typeof asbrRouter != 'undefined' && asbrRouter == "injectingExternalRoutingInformation") %></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<td>{{ lang._('Router ID') }}</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue