diff options
author | Ondrej Zajicek <santiago@crfreenet.org> | 2009-07-23 16:06:25 +0200 |
---|---|---|
committer | Ondrej Zajicek <santiago@crfreenet.org> | 2009-07-23 16:06:25 +0200 |
commit | 2f6483cd312ffd7ef055099ce801fb8f437d9abe (patch) | |
tree | dd4d468a17017a5b1372057be9bcc40536089a3c /nest/cmds.c | |
parent | f0333f44a5a4bec9f3978a90cf7eda1b0a2ec151 (diff) | |
download | bird-2f6483cd312ffd7ef055099ce801fb8f437d9abe.tar bird-2f6483cd312ffd7ef055099ce801fb8f437d9abe.zip |
Adds %R printf directive for Router ID.
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 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); |