fix the bug that configuration expects CIDR format

Signed-off-by: Xu Yang <xyang@ciq.com>
This commit is contained in:
Xu Yang
2024-01-30 20:49:01 -07:00
committed by Jonathon Anderson
parent 705bb8cb9b
commit 74480ab494
2 changed files with 17 additions and 5 deletions

View File

@@ -59,6 +59,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fix the issue that the same tag added in `node set` is ignored. #967
- Change too-verbose warning message level from `Warn` to `Debug`. #1025
- Fixed a bug where error occurs when editing node. #1024
- Optionally detect network and netmask from CIDR IP address. #1016
### Changed