mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-02 15:34:30 +00:00
Merge pull request #10314 from ckishimo/ospf6d_extstub
ospf6d: do not send Type-5 into stub area
This commit is contained in:
commit
ab0cc8a3f8
@ -207,7 +207,7 @@ int ospf6_orig_as_external_lsa(struct thread *thread)
|
||||
|
||||
if (oi->state == OSPF6_INTERFACE_DOWN)
|
||||
return 0;
|
||||
if (IS_AREA_NSSA(oi->area))
|
||||
if (IS_AREA_NSSA(oi->area) || IS_AREA_STUB(oi->area))
|
||||
return 0;
|
||||
|
||||
type = htons(OSPF6_LSTYPE_AS_EXTERNAL);
|
||||
|
Loading…
Reference in New Issue
Block a user