summaryrefslogtreecommitdiff
path: root/ospfd/ospf_interface.c
diff options
context:
space:
mode:
authorAmol Lad <amol.lad@4rf.com>2021-02-17 13:51:52 +1300
committerReuben Dowle <reuben.dowle@4rf.com>2021-04-06 09:22:59 +1200
commitbc97889b393288cc950f4cc8fd5f175c45b398ed (patch)
treed5278bd1d9cf9f0903310299c11012a604bd38ed /ospfd/ospf_interface.c
parent0da7701aa2da8ff638f4271b982432411fbd9392 (diff)
ospfd: Support use of ospf with DMVPN
Signed-off-by: Reuben Dowle <reuben.dowle@4rf.com>
Diffstat (limited to 'ospfd/ospf_interface.c')
-rw-r--r--ospfd/ospf_interface.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_interface.c b/ospfd/ospf_interface.c
index 6829c4a347..9bb28baa72 100644
--- a/ospfd/ospf_interface.c
+++ b/ospfd/ospf_interface.c
@@ -543,6 +543,8 @@ static struct ospf_if_params *ospf_new_if_params(void)
oip->network_lsa_seqnum = htonl(OSPF_INITIAL_SEQUENCE_NUMBER);
oip->is_v_wait_set = false;
+ oip->ptp_dmvpn = 0;
+
return oip;
}