modify for ICSL.

tool inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/ub-lldpd/issues/IAT9QB
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 b3e3aa59a16d8ad20ea058737d1dba5921a7c81e)
This commit is contained in:
程佳奇 2024-09-26 15:45:50 +08:00 committed by openeuler-sync-bot
parent b960f2a4e4
commit a81a72f9ee
2 changed files with 4 additions and 1 deletions

Binary file not shown.

View File

@ -5,7 +5,7 @@
Summary: Implementation of UB (LLDP)
Name: ub-lldpd
Version: 1.0.0
Release: 3
Release: 4
License: ISC
Group: System/Management
URL: https://lldpd.github.io/
@ -124,6 +124,9 @@ rm -rf $RPM_BUILD_ROOT
%{_includedir}/lldp-const.h
%changelog
* Thu Sep 19 2024 Ge Hu <huge4@huawei.com> - 1.0.0-4
- modify for ICSL.
* Thu Aug 15 2024 Ge Hu <huge4@huawei.com> - 1.0.0-3
- update to openeuler-sp4.
- Security check and modification.