diff options
| author | Jafar Al-Gharaibeh <Jafaral@users.noreply.github.com> | 2021-04-13 12:49:28 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-13 12:49:28 -0500 |
| commit | d75213d26036a2880f23f5e67cb1c890f20299de (patch) | |
| tree | 704214848af1d599fa2b945c0f7e311a9923f6e6 /ospfd/ospf_interface.c | |
| parent | 0ae24ff56611e9151e0c061910ad34fee9fac53b (diff) | |
| parent | 46d3c1859ba622547529cd917c3853c71ee919fe (diff) | |
Merge pull request #8153 from reubendowle/nhrp-multicast
nhrp, ospf: add nhrp multicast for OSPF DMVPN
Diffstat (limited to 'ospfd/ospf_interface.c')
| -rw-r--r-- | ospfd/ospf_interface.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ospfd/ospf_interface.c b/ospfd/ospf_interface.c index 6e4bc7abf1..334ed33ee0 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; } |
