Page MenuHomeVyOS Platform

Incorrect column name in "show dhcp client leases"
Closed, ResolvedPublic

Description

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 PRs:

Details

Version
1.5
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

o.kuchmystyi changed the task status from Open to In progress.
o.kuchmystyi created this object in space S1 VyOS Public.
dmbaturin renamed this task from Invalid name of column for DHCP client to Incorrect column name in "show dhcp client leases.Nov 12 2025, 5:56 PM
dmbaturin renamed this task from Incorrect column name in "show dhcp client leases to Incorrect column name in "show dhcp client leases".Mon, Dec 8, 4:26 PM
dmbaturin changed Issue type from Cosmetic issue (typos etc.) to Bug (incorrect behavior).