]> git.puffer.fish Git - matthieu/frr.git/commitdiff
isisd: fix a typo in a log message
authorChristian Franke <nobody@nowhere.ws>
Tue, 10 Nov 2015 17:04:45 +0000 (18:04 +0100)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Wed, 30 Mar 2016 00:26:14 +0000 (20:26 -0400)
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Acked-by: Donald Sharp <sharpd@cumulusnetworks.com>
isisd/isis_pdu.c

index 2b1d43f3c3ffc63fbc74967e4fcd26038e08655c..3db57bca8df7f07cf5f2f9900cc2bbcf3fd73499 100644 (file)
@@ -1666,7 +1666,7 @@ process_snp (int snp_type, int level, struct isis_circuit *circuit,
           pdu_len > ISO_MTU(circuit) ||
           pdu_len > stream_get_endp (circuit->rcv_stream))
        {
-         zlog_warn ("Received a CSNP with bogus length %d", pdu_len);
+         zlog_warn ("Received a PSNP with bogus length %d", pdu_len);
          return ISIS_WARNING;
        }
     }