diff options
author | Amol Lad <amol.lad@4rf.com> | 2021-02-17 01:51:52 +0100 |
---|---|---|
committer | Reuben Dowle <reuben.dowle@4rf.com> | 2021-04-05 23:22:59 +0200 |
commit | bc97889b393288cc950f4cc8fd5f175c45b398ed (patch) | |
tree | d5278bd1d9cf9f0903310299c11012a604bd38ed /ospfd/ospfd.c | |
parent | nhrpd: Fix multicast crash due to dangling references to nhrp peers (diff) | |
download | frr-bc97889b393288cc950f4cc8fd5f175c45b398ed.tar.xz frr-bc97889b393288cc950f4cc8fd5f175c45b398ed.zip |
ospfd: Support use of ospf with DMVPN
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
Diffstat (limited to 'ospfd/ospfd.c')
-rw-r--r-- | ospfd/ospfd.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ospfd/ospfd.c b/ospfd/ospfd.c index 259209a73..9949a7833 100644 --- a/ospfd/ospfd.c +++ b/ospfd/ospfd.c @@ -1076,6 +1076,7 @@ struct ospf_interface *add_ospf_interface(struct connected *co, /* If network type is specified previously, skip network type setting. */ oi->type = IF_DEF_PARAMS(co->ifp)->type; + oi->ptp_dmvpn = IF_DEF_PARAMS(co->ifp)->ptp_dmvpn; /* Add pseudo neighbor. */ ospf_nbr_self_reset(oi, oi->ospf->router_id); |