Possibility to stop sending the revision in lldpd

Hello,

the OpenWrt repo on GitHub linked here to submit my feature request. It's about the lldpd daemon, which I configured with uci. This sends out an exact version number of lldpd. I would like to stop this or limit this to the major version. As far as I have seen in lldpd.init there is no option for this yet. Unfortunately I don't know enough about lldpd and uci to implement something like this. Therefore my FR: A possibility to prevent the sending of revisions like hardware, software or firmware or to limit this to the major version.

The revision of your package is set here https://github.com/openwrt/openwrt/blob/openwrt-22.03/package/network/services/lldpd/Makefile

And manual to makefile here:
https://openwrt.org/docs/guide-developer/packages

1 Like

I tried my luck once: https://github.com/openwrt/openwrt/pull/13018