diff options
author | Renato Westphal <renato@opensourcerouting.org> | 2021-05-31 15:27:51 +0200 |
---|---|---|
committer | Renato Westphal <renato@opensourcerouting.org> | 2021-06-08 16:41:33 +0200 |
commit | 98cb53f96a8671764ce73c4d707d5924b859b14b (patch) | |
tree | bfdce354b6379ea85e3946aed9fc39a524ca340e /ospfd/ospf_packet.c | |
parent | ospfd: fix logging of what triggered the SPF run (diff) | |
download | frr-98cb53f96a8671764ce73c4d707d5924b859b14b.tar.xz frr-98cb53f96a8671764ce73c4d707d5924b859b14b.zip |
zebra, ospfd: fix typos in the graceful restart code
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'ospfd/ospf_packet.c')
-rw-r--r-- | ospfd/ospf_packet.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ospfd/ospf_packet.c b/ospfd/ospf_packet.c index 2de673175..2ba5b3796 100644 --- a/ospfd/ospf_packet.c +++ b/ospfd/ospf_packet.c @@ -1862,9 +1862,9 @@ static void ospf_ls_upd(struct ospf *ospf, struct ip *iph, return; } - /* Get list of LSAs from Link State Update packet. - Also perorms Stages - * 1 (validate LSA checksum) and 2 (check for LSA consistent type) - * of section 13. + /* Get list of LSAs from Link State Update packet. - Also performs + * Stages 1 (validate LSA checksum) and 2 (check for LSA consistent + * type) of section 13. */ lsas = ospf_ls_upd_list_lsa(nbr, s, oi, size); |