Actions
Bug #11342
closedSanitize DHCP DDNS keys
Start date:
01/30/2021
Due date:
% Done:
0%
Estimated time:
Plus Target Version:
Release Notes:
Affected Version:
2.5.0
Affected Architecture:
Description
<ddnsdomainkey> from config.xml
and 'secret = ' from DHCP-IPv4 Configuration and DHCP-IPv6-Configuration
Updated by Viktor Gurov almost 5 years ago
Updated by Jim Pingle almost 5 years ago
- Status changed from New to Pull Request Review
- Target version set to 2.5.0
Updated by Renato Botelho almost 5 years ago
- Status changed from Pull Request Review to Feedback
- Assignee set to Viktor Gurov
PR has been merged. Thanks!
Updated by Viktor Gurov almost 5 years ago
- Status changed from Feedback to Resolved
works as expected:
<ddnsdomainkey>xxxxx</ddnsdomainkey>
DHCP-IPv4 Configuration:
...
key "Key1" {
algorithm hmac-md5;
secret <redacted>
}
subclass "s_lan" 1:00:08:a2:0c:0b:8b;
key "topkey1" {
algorithm hmac-md5;
secret <redacted>
}
2.5.0.a.20210201.1628
Actions