]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zebra: small srv6 text cleanup
authorMark Stapp <mjs@voltanet.io>
Mon, 7 Jun 2021 18:25:46 +0000 (14:25 -0400)
committerMark Stapp <mjs@voltanet.io>
Mon, 7 Jun 2021 18:25:46 +0000 (14:25 -0400)
Couple of small typos in srv6 zapi code.

Signed-off-by: Mark Stapp <mjs@voltanet.io>
zebra/zapi_msg.c

index 06aaa706dcdaa167175f755db8f2991aff861989..d5969ab9bb62b78029e78fd959d7ba3d3bb5a8c9 100644 (file)
@@ -2848,7 +2848,7 @@ stream_failure:
 
 static void zread_table_manager_request(ZAPI_HANDLER_ARGS)
 {
-       /* to avoid sending other messages like ZERBA_INTERFACE_UP */
+       /* to avoid sending other messages like ZEBRA_INTERFACE_UP */
        if (hdr->command == ZEBRA_TABLE_MANAGER_CONNECT)
                zread_table_manager_connect(client, msg, zvrf_id(zvrf));
        else {
@@ -2856,7 +2856,7 @@ static void zread_table_manager_request(ZAPI_HANDLER_ARGS)
                if (!client->proto) {
                        flog_err(
                                EC_ZEBRA_TM_ALIENS,
-                               "Got table request from an unidentified client");
+                               "Got SRv6 request from an unidentified client");
                        return;
                }
                if (hdr->command == ZEBRA_GET_TABLE_CHUNK)