mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-07 07:48:07 +00:00
Fix last commit - add back in closing paren which was apparently
uninentionally deleted along with a test.
This commit is contained in:
parent
5b02255a67
commit
fc787e873d
@ -437,7 +437,7 @@ router_lsa_flags (struct ospf_area *area)
|
|||||||
SET_FLAG (flags, ROUTER_LSA_SHORTCUT);
|
SET_FLAG (flags, ROUTER_LSA_SHORTCUT);
|
||||||
|
|
||||||
/* ASBR can't exit in stub area. */
|
/* ASBR can't exit in stub area. */
|
||||||
if (area->external_routing == OSPF_AREA_STUB
|
if (area->external_routing == OSPF_AREA_STUB)
|
||||||
UNSET_FLAG (flags, ROUTER_LSA_EXTERNAL);
|
UNSET_FLAG (flags, ROUTER_LSA_EXTERNAL);
|
||||||
/* If ASBR set External flag */
|
/* If ASBR set External flag */
|
||||||
else if (IS_OSPF_ASBR (area->ospf))
|
else if (IS_OSPF_ASBR (area->ospf))
|
||||||
|
Loading…
Reference in New Issue
Block a user