diff options
| author | Philippe Guibert <philippe.guibert@6wind.com> | 2022-09-26 17:12:02 +0200 | 
|---|---|---|
| committer | Philippe Guibert <philippe.guibert@6wind.com> | 2022-09-26 17:12:02 +0200 | 
| commit | e77ac87a2c0d9a3140a85c05252e30a2ebcd4f64 (patch) | |
| tree | 776588fe9b8b52bfe35adec9f09fbec412c89029 /pathd | |
| parent | 447d0fc290fa24e5a359e425cb6ccc5c3aa3e428 (diff) | |
pathd: change the vty output, when no ted is enabled on pathd
Change the vty output, in case ted is not enabled.
Signed-off-by: Philippe Guibert <philippe.guibert@6wind.com>
Diffstat (limited to 'pathd')
| -rw-r--r-- | pathd/path_ted.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pathd/path_ted.c b/pathd/path_ted.c index 7afa1468a1..dd6a7d7a64 100644 --- a/pathd/path_ted.c +++ b/pathd/path_ted.c @@ -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) {  | 
