Merge pull request #12018 from pguibert6WIND/pathd_warning_noted

pathd: change the vty output, when no ted is enabled on pathd
This commit is contained in:
Donald Sharp 2022-09-27 11:39:46 -04:00 committed by GitHub
commit bb4aca817a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -462,7 +462,7 @@ DEFPY (show_pathd_ted_db,
json_object *json = NULL;
if (!ted_state_g.enabled) {
vty_out(vty, "PATHD TED database is not enabled\n");
vty_out(vty, "Traffic Engineering database is not enabled\n");
return CMD_WARNING;
}
if (strcmp(ver_json, "json") == 0) {