diff options
Diffstat (limited to 'libtransport/includes/hicn/transport/auth/policies.h')
-rw-r--r-- | libtransport/includes/hicn/transport/auth/policies.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libtransport/includes/hicn/transport/auth/policies.h b/libtransport/includes/hicn/transport/auth/policies.h index 00464d54b..b9755595c 100644 --- a/libtransport/includes/hicn/transport/auth/policies.h +++ b/libtransport/includes/hicn/transport/auth/policies.h @@ -23,10 +23,10 @@ namespace auth { * perform after verification. */ enum class VerificationPolicy { + UNKNOWN, ABORT, - ACCEPT, DROP, - UNKNOWN, + ACCEPT, }; } // namespace auth |