You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Loading the daemon in debug mode, I can clearly see that it kills every port from the config file:
<cut>
14:49:48.040432 In remove_port: Found port eno2
14:49:48.040442 In remove_port: Found port eno2
14:49:48.046431 In remove_config_device, remove eno2 from section nearest_customer_bridge
14:49:48.046546 In remove_config_device, remove eno2 from section nearest_nontpmr_bridge
14:49:48.046664 In remove_config_device, remove eno2 from section lldp
<cut>
I reverted to the previously distributed release v1.1.0-4 and everything worked as intended, leaving the configuration file in place at daemon shutdown.
# rpm -qi lldpad
Name : lldpad
Version : 1.1.0
Release : 4.git85e5583.el9
Architecture: x86_64
Install Date: Tue 19 Nov 2024 03:40:14 PM CET
Group : Unspecified
Size : 702035
License : GPLv2
Signature : RSA/SHA256, Thu 12 Aug 2021 01:10:22 AM CEST, Key ID 05b555b38483c65d
Source RPM : lldpad-1.1.0-4.git85e5583.el9.src.rpm
Build Date : Tue 10 Aug 2021 02:23:45 AM CEST
Build Host : x86-06.stream.rdu2.redhat.com
Packager : [email protected]
Vendor : CentOS
URL : http://open-lldp.org/
Summary : Intel LLDP Agent
Description :
This package contains the Linux user space daemon and configuration tool for
Intel LLDP Agent with Enhanced Ethernet support for the Data Center.
#
I was a little concerned about PR #110 when it was first requested, but it was merged before I had a chance to review it. A further update to it to fix the issue with removal upon shutdown in PR #112. Can you test against that PR with commit a75e35a0 included and see if that follows the behavior you expect?
Hi all,
I'm currently running lldpad v1.1.1-3:
This is started up on boot by systemd, and it creates a config file in /var/lib/lldpad/lldpad.conf
After some configurations issued by lldptool, the lldpad.conf file looks complete:
Unfortunately, when I shut down, restart or even reload (SIGHUP) the lldpad daemon, it decides to kill all the content of the config file:
Loading the daemon in debug mode, I can clearly see that it kills every port from the config file:
In my humble opinion, this seems due to the:
https://github.com/intel/openlldp/commit/a75e35a0cb36817e42a69ac14d1785cc63341132
Could you please give a look and let me know?
The text was updated successfully, but these errors were encountered: