Back port @DEFAULT_HMAC@ changes for tsig_key in catz

This commit is contained in:
Mark Andrews
2022-11-25 10:37:13 +11:00
parent 567fc35fba
commit f21c770733
3 changed files with 3 additions and 3 deletions

View File

@@ -134,7 +134,7 @@ view "ch" ch {
key tsig_key. {
secret "LSAnCU+Z";
algorithm hmac-md5;
algorithm @DEFAULT_HMAC@;
};
key next_key. {

View File

@@ -165,7 +165,7 @@ view "ch" ch {
key tsig_key. {
secret "LSAnCU+Z";
algorithm hmac-md5;
algorithm @DEFAULT_HMAC@;
};
key next_key. {

View File

@@ -122,5 +122,5 @@ view "ch" ch {
key tsig_key. {
secret "LSAnCU+Z";
algorithm hmac-md5;
algorithm @DEFAULT_HMAC@;
};