diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2023-11-29 10:36:30 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-11-29 10:36:30 +0200 |
| commit | fc8a07433f64194aaa445e16e0854f3439247c89 (patch) | |
| tree | e79394ba902f8788ba71ebdad7022028b601e686 /ospfd/ospf_interface.h | |
| parent | c3b314654e8a82d191a77b33211026ae5c67aab5 (diff) | |
| parent | 5993c4aef923700bd606c4d105da39a3c66523c3 (diff) | |
Merge pull request #14886 from LabNConsulting/aceelindem/ospf-link-local-fix
ospfd: Fix OSPF link-local opaque LSA crash and opaque memory corruption
Diffstat (limited to 'ospfd/ospf_interface.h')
| -rw-r--r-- | ospfd/ospf_interface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ospfd/ospf_interface.h b/ospfd/ospf_interface.h index e2290a881c..08a2b11273 100644 --- a/ospfd/ospf_interface.h +++ b/ospfd/ospf_interface.h @@ -300,7 +300,6 @@ extern int ospf_if_up(struct ospf_interface *oi); extern int ospf_if_down(struct ospf_interface *oi); extern int ospf_if_is_up(struct ospf_interface *oi); -extern struct ospf_interface *ospf_if_exists(struct ospf_interface *oi); extern struct ospf_interface *ospf_if_lookup_by_lsa_pos(struct ospf_area *area, int lsa_pos); extern struct ospf_interface * |
