diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2021-06-09 09:07:53 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-09 09:07:53 -0400 |
| commit | 6dbaa012be0455d8f9fd10e843ca034bd79bb264 (patch) | |
| tree | 4bc5178b7963d2f76c1c35d01da07530c106b6ee /zebra/zapi_msg.c | |
| parent | 41b5e3d88f2335663b9907bf6a297de654ff50e1 (diff) | |
| parent | f502d7af0f1d57d855cc67b3bb349226151c4b97 (diff) | |
Merge pull request #8807 from mjstapp/fix_srv6_delete
lib,zebra: srv6 cleanup
Diffstat (limited to 'zebra/zapi_msg.c')
| -rw-r--r-- | zebra/zapi_msg.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zapi_msg.c b/zebra/zapi_msg.c index 06aaa706dc..d5969ab9bb 100644 --- a/zebra/zapi_msg.c +++ b/zebra/zapi_msg.c @@ -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) |
