diff options
| -rw-r--r-- | bgpd/bgp_vty.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/bgpd/bgp_vty.c b/bgpd/bgp_vty.c index 9be614ad62..1fa6d4f002 100644 --- a/bgpd/bgp_vty.c +++ b/bgpd/bgp_vty.c @@ -17754,7 +17754,7 @@ int bgp_config_write(struct vty *vty) /* BGP timers configuration. */ if (bgp->default_keepalive != SAVE_BGP_KEEPALIVE - && bgp->default_holdtime != SAVE_BGP_HOLDTIME) + || bgp->default_holdtime != SAVE_BGP_HOLDTIME) vty_out(vty, " timers bgp %u %u\n", bgp->default_keepalive, bgp->default_holdtime); |
