6 Commits

Author SHA1 Message Date
程佳奇
b604339552 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)
2024-09-26 19:16:22 +08:00
Ge Hu
c79d786f51 DHCP: Delete redundant codes, enhance code security
tool inclusion
category: bugfix
bugzilla:https://gitee.com/openeuler/ub-dhcp/issues/IALX53
CVE: NA

----------------------------------------------------------------------

1.Delete redundant codes.
2.Add const to read-only data.
3.Check the return value of the get_addr function.
4.The log level is changed from log_fatal to log_error.

Signed-off-by: Ge Hu huge4@huawei.com
(cherry picked from commit c5af2b6246a998394874a35f1162daa0cb02c6ee)
2024-08-29 09:17:32 +08:00
Zhongyuan Zhou
150b6bd899 DHCP: Modify the dguid of network control packets.
tool inclusion
category: bugfix
bugzilla:https://gitee.com/openeuler/ub-dhcp/issues/I9VT1F
CVE: NA

----------------------------------------------------------------------

1.The lower two bytes of the dguid field in the network
control packet are changed from add Fs to the corresponding
protocol type.

Signed-off-by: Ge Hu huge4@huawei.com
Signed-off-by: Zhongyuan Zhou zhouzhongyuan1@huawei.com
(cherry picked from commit 8b1dff5860359727d9a07ce067e101332de7d86b)
2024-06-07 14:53:46 +08:00
Zhongyuan Zhou
a435d3db18 DHCP: Corrected the offset of the duid type pointer.
driver inclusion
category: bugfix
bugzilla: https://gitee.com/src-openeuler/ub-dhcp/issues/I8R8JR
CVE: NA

----------------------------------------------------------------------

Corrected the offset of the duid type pointer.

Signed-off-by: Ge Hu huge4@huawei.com
2023-12-25 20:11:34 +08:00
Jeiwei Li
b5c7595399 driver inclusion
category: bugfix
bugzilla: https://gitee.com/openeuler/ub-dhcp/issues/I8OI90
CVE: NA

----------------------------------------------------------------------

Merge the openEuler modification suggestions of the dhcp.

Signed-off-by: Zhongyuan Zhou <zhouzhongyuan1@huawei.com>
2023-12-22 11:02:54 +08:00
Jeiwei Li
4cd6768970 Release based on dhcp 4.4.3
driver inclusion
category: feature
bugzilla: https://gitee.com/src-openeuler/ub-dhcp/issues/I86CZH
CVE: NA

----------------------------------------------------------------------

Release based on dhcp 4.4.3

Signed-off-by: Jeiwei Li <lijiewei5@huawei.com>
2023-10-25 15:57:43 +08:00