diff options
Diffstat (limited to 'nest/cmds.c')
-rw-r--r-- | nest/cmds.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nest/cmds.c b/nest/cmds.c index da4015cf..18f39eb5 100644 --- a/nest/cmds.c +++ b/nest/cmds.c @@ -27,6 +27,7 @@ cmd_show_status(void) cli_msg(-1000, "BIRD " BIRD_VERSION); tm_format_time(tim, &config->tf_base, current_time()); cli_msg(-1011, "Router ID is %R", config->router_id); + cli_msg(-1011, "Hostname is %s", config->hostname); cli_msg(-1011, "Current server time is %s", tim); tm_format_time(tim, &config->tf_base, boot_time); cli_msg(-1011, "Last reboot on %s", tim); |