From 2f6483cd312ffd7ef055099ce801fb8f437d9abe Mon Sep 17 00:00:00 2001 From: Ondrej Zajicek Date: Thu, 23 Jul 2009 16:06:25 +0200 Subject: Adds %R printf directive for Router ID. --- nest/cmds.c | 1 + 1 file changed, 1 insertion(+) (limited to 'nest/cmds.c') diff --git a/nest/cmds.c b/nest/cmds.c index ac537c8..faed870 100644 --- a/nest/cmds.c +++ b/nest/cmds.c @@ -19,6 +19,7 @@ cmd_show_status(void) cli_msg(-1000, "BIRD " BIRD_VERSION); tm_format_datetime(tim, now); + cli_msg(-1011, "Router ID is %R", config->router_id); cli_msg(-1011, "Current server time is %s", tim); tm_format_datetime(tim, boot_time); cli_msg(-1011, "Last reboot on %s", tim); -- cgit v1.2.3