diff options
author | Maria Matejka <mq@ucw.cz> | 2022-09-26 12:21:33 +0200 |
---|---|---|
committer | Maria Matejka <mq@ucw.cz> | 2022-09-26 12:21:33 +0200 |
commit | 7901c40500af1749848b79833ddfe66c22e81f50 (patch) | |
tree | 4f35315a02b42564ec07b75832fa1ec015662198 /proto/rpki/config.Y | |
parent | c2261fa8add264d3668f1fe270b6961d81afe6b5 (diff) | |
parent | 3fd1f46184aa74d8ab7ed65c9ab6954f7e49d309 (diff) |
Merge commit '3fd1f461' into thread-next
closes #16
closes #17
closes #18
Diffstat (limited to 'proto/rpki/config.Y')
-rw-r--r-- | proto/rpki/config.Y | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto/rpki/config.Y b/proto/rpki/config.Y index d6d326b8..743b5b42 100644 --- a/proto/rpki/config.Y +++ b/proto/rpki/config.Y @@ -42,6 +42,7 @@ proto: rpki_proto ; rpki_proto_start: proto_start RPKI { this_proto = proto_config_new(&proto_rpki, $1); + this_proto->loop_order = DOMAIN_ORDER(proto); RPKI_CFG->retry_interval = RPKI_RETRY_INTERVAL; RPKI_CFG->refresh_interval = RPKI_REFRESH_INTERVAL; RPKI_CFG->expire_interval = RPKI_EXPIRE_INTERVAL; |