modify for ICSL.

tool inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/ub-dhcp/issues/IAT9OZ
CVE: NA

----------------------------------------------------------------------
1.Delete redundant spaces from the if_register_ub6 function.
2.The lldpd_get_tlv_name function is returned by querying an array.
3.The static modification is added to ub_dguid.
4.The ip_notify_sysfs_create function logs are recorded using the netdev_err interface.

Signed-off-by: Ge Hu <huge4@huawei.com>
(cherry picked from commit d559089ce1cc2a9b0b9faa1185bbb54c048555e7)
This commit is contained in:
程佳奇 2024-09-26 14:47:57 +08:00 committed by openeuler-sync-bot
parent c26e5a5ed4
commit b604339552
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -3,7 +3,7 @@
Name: ub-dhcp
Version: 1.0.0
Release: 7
Release: 8
Summary: Dynamic host configuration protocol software
#Please don't change the epoch on this package
Epoch: 12
@ -260,6 +260,9 @@ exit 0
%{_mandir}/man3/ub-omapi.3.gz
%changelog
* Thu Sep 19 2024 Ge Hu <huge4@huawei.com> - 12:1.0.0-8
- modify for ICSL.
* Thu Aug 15 2024 Ge Hu <huge4@huawei.com> - 12:1.0.0-7
- Security check and modification.