From d784d3b15fb9c2383a78c79c3bd0f1378f3d0fb4 Mon Sep 17 00:00:00 2001 From: pcarana Date: Mon, 16 Dec 2019 19:20:35 -0600 Subject: [PATCH] Replace 'Valid ROAs' by 'Valid Prefixes'; update headers at common.h --- src/common.c | 1 + src/common.h | 2 +- src/rtr/db/vrps.c | 2 +- 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/src/common.c b/src/common.c index 6268d085..a0bf2f0f 100644 --- a/src/common.c +++ b/src/common.c @@ -5,6 +5,7 @@ #include #include #include +#include #include /* AF_INET, AF_INET6 (needed in OpenBSD) */ #include /* AF_INET, AF_INET6 (needed in OpenBSD) */ #include diff --git a/src/common.h b/src/common.h index ce64fcdd..95a9bb19 100644 --- a/src/common.h +++ b/src/common.h @@ -3,7 +3,7 @@ #include #include -#include +#include /* "I think that this is not supposed to be implemented." */ #define ENOTSUPPORTED 3172 diff --git a/src/rtr/db/vrps.c b/src/rtr/db/vrps.c index 8350d9d3..a2025c50 100644 --- a/src/rtr/db/vrps.c +++ b/src/rtr/db/vrps.c @@ -401,7 +401,7 @@ vrps_update(bool *changed) do { if (state.base == NULL) { rwlock_unlock(&state_lock); - pr_info("- Valid ROAs: 0"); + pr_info("- Valid Prefixes: 0"); pr_info("- Valid Router Keys: 0"); if (config_get_mode() == SERVER) pr_info("- No serial number."); -- 2.47.2