Yes, changing the interface description also triggered a BGP soft reconfiguration in my case.
set int eth eth3 description test
commit
In the frr-reload.log I can see the following right after the commit:
2026-04-01 07:29:23,818 INFO: Called via "Namespace(input=None, reload=True, test=False, debug=False, log_level='info', stdout=False, pathspace=None, filename='/run/frr/config/vyos.frr.conf', overwrite=False, bindir='/usr/bin', confdir='/etc/frr', rundir='/var/run/frr', vty_socket=None, daemon='', test_reset=False, logfmt=False, logfile='/var/log/frr/frr-reload.log')"
2026-04-01 07:29:23,818 INFO: Loading Config object from file /run/frr/config/vyos.frr.conf
2026-04-01 07:29:23,872 INFO: Loading Config object from vtysh show running
2026-04-01 07:29:24,025 INFO: "frr version 10.5.1" cannot be removed
2026-04-01 07:29:24,025 INFO: "service integrated-vtysh-config" cannot be removed
2026-04-01 07:29:24,041 INFO: Executed "no hostname BORDER1"
...
2026-04-01 07:29:25,890 INFO: Loading Config object from vtysh show running
2026-04-01 07:29:26,044 INFO: "frr version 10.5.1" cannot be removed
2026-04-01 07:29:26,044 INFO: "service integrated-vtysh-config" cannot be removed
2026-04-01 07:29:26,046 INFO: /var/run/frr/reload-FNTOGI.txt content
...
And below that, all my BGP configuration is re-applied again (e.g. router bgp ..., route-map ..., etc.).