diff options
Diffstat (limited to 'lib/log_vty.c')
| -rw-r--r-- | lib/log_vty.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/log_vty.c b/lib/log_vty.c index 1ce25196da..323b1b1d55 100644 --- a/lib/log_vty.c +++ b/lib/log_vty.c @@ -902,6 +902,8 @@ void log_config_write(struct vty *vty) vty_out(vty, "no log error-category\n"); if (!zlog_get_prefix_xid()) vty_out(vty, "no log unique-id\n"); + if (zlog_get_immediate_mode()) + vty_out(vty, "log immediate-mode\n"); if (logmsgs_with_persist_bt) { struct xrefdata *xrd; |
