diff options
Diffstat (limited to 'config/bgp_configs.go')
-rw-r--r-- | config/bgp_configs.go | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/config/bgp_configs.go b/config/bgp_configs.go index 422c9954..309f7d65 100644 --- a/config/bgp_configs.go +++ b/config/bgp_configs.go @@ -116,7 +116,8 @@ const ( type RpkiValidationResultType int const ( - RPKI_VALIDATION_RESULT_TYPE_NOT_FOUND RpkiValidationResultType = iota + RPKI_VALIDATION_RESULT_TYPE_NONE RpkiValidationResultType = iota + RPKI_VALIDATION_RESULT_TYPE_NOT_FOUND RPKI_VALIDATION_RESULT_TYPE_VALID RPKI_VALIDATION_RESULT_TYPE_INVALID ) |