flag "random-device" as ancient

the "random-device" option was made non-functional in 9.13. this commit
removes it from the configuration parser; setting it is now an error.
This commit is contained in:
Evan Hunt
2022-09-13 18:13:51 -07:00
parent fade14c809
commit 9730f21f83
5 changed files with 17 additions and 28 deletions

View File

@@ -225,7 +225,6 @@ options {
query-source ( ( [ address ] ( <ipv4_address> | * ) [ port ( <integer> | * ) ] ) | ( [ [ address ] ( <ipv4_address> | * ) ] port ( <integer> | * ) ) ) [ dscp <integer> ];
query-source-v6 ( ( [ address ] ( <ipv6_address> | * ) [ port ( <integer> | * ) ] ) | ( [ [ address ] ( <ipv6_address> | * ) ] port ( <integer> | * ) ) ) [ dscp <integer> ];
querylog <boolean>;
random-device ( <quoted_string> | none );
rate-limit {
all-per-second <integer>;
errors-per-second <integer>;