aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/src/tools/showconf.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/showconf.c')
-rw-r--r--src/tools/showconf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/tools/showconf.c b/src/tools/showconf.c
index faf2482..95d2e17 100644
--- a/src/tools/showconf.c
+++ b/src/tools/showconf.c
@@ -91,6 +91,9 @@ int showconf_main(int argc, char *argv[])
}
}
+ if (peer->persistent_keepalive_interval)
+ printf("PersistentKeepalive = %u\n", peer->persistent_keepalive_interval);
+
if (i + 1 < device->num_peers)
printf("\n");
}