diff options
| author | Russ White <russ@riw.us> | 2024-11-21 09:20:26 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-11-21 09:20:26 -0800 |
| commit | 7724d697da0554e6593f942ac7a2c2a01c19e354 (patch) | |
| tree | e637028b2fbc42f912de25f755ac4f571c911dc1 /ospfd/ospf_zebra.h | |
| parent | 8884f429ab318dedba3e2d2f26715ed714054dda (diff) | |
| parent | 82f434940207c5d2ed0e52f0d27998fb56129064 (diff) | |
Merge pull request #17436 from LabNConsulting/aceelindem/ospf-multi-instance-default
ospfd: OSPF multi-instance default origination fixes
Diffstat (limited to 'ospfd/ospf_zebra.h')
| -rw-r--r-- | ospfd/ospf_zebra.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/ospfd/ospf_zebra.h b/ospfd/ospf_zebra.h index 86a5678fc4..b83524303f 100644 --- a/ospfd/ospf_zebra.h +++ b/ospfd/ospf_zebra.h @@ -47,6 +47,9 @@ extern uint8_t ospf_distance_apply(struct ospf *ospf, struct prefix_ipv4 *, struct ospf_route *); extern struct ospf_external *ospf_external_lookup(struct ospf *, uint8_t, unsigned short); + +extern struct external_info *ospf_external_info_default_lookup(struct ospf *ospf); + extern struct ospf_external *ospf_external_add(struct ospf *, uint8_t, unsigned short); |
