From: pcarana Date: Tue, 17 Dec 2019 01:20:35 +0000 (-0600) Subject: Replace 'Valid ROAs' by 'Valid Prefixes'; update headers at common.h X-Git-Tag: v1.2.0~34 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=d784d3b15fb9c2383a78c79c3bd0f1378f3d0fb4;p=thirdparty%2FFORT-validator.git Replace 'Valid ROAs' by 'Valid Prefixes'; update headers at common.h --- 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.");