**show dhcp client leases interface {interface}** produces data with invalid name of column:
```
vyos@r14:~$ show conf com | match eth2
set interfaces ethernet eth2 address 'dhcp'
set interfaces ethernet eth2 hw-id '52:54:00:d9:5e:73'
vyos@r14:~$
vyos@r14:~$ show dhcp client leases interface eth2
Interface eth2
IP address 192.168.122.145 [Active]
Subnet Mask 255.255.255.0
Domain Name
Router 192.168.122.1
Name Server 192.168.122.1
DHCP Server 192.168.122.1
DHCP Server 3600
VRF default
Last Update Wed Oct 01 15:35:05 EEST 2025
Expiry Wed Oct 01 16:35:04 EEST 2025
vyos@r14:~$
```
Correct version:
```
...
DHCP Server 192.168.122.1
Lease Time 3600
...
```
Related PR: https://github.com/vyos/vyos-1x/pull/4679