Page MenuHomeVyOS Platform

show interfaces does not scale with terminal width
Closed, ResolvedPublicBUG

Description

CLI commands as of recent rolling releases appear to no longer be scaling with terminal width, and additionally are mucking up descriptions:

trae@cr01b-vyos:~$ show interfaces bonding bond2 brief 
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface        IP Address                        S/L  Description
---------        ----------                        ---  -----------
bond2            -                                 u/u  DL: L::cr01b-vyos.int
                                                        DL: L::cr01b-vyos.int |
                                                        DL: L::cr01b-vyos.int |
                                                        DL: L::cr01b-vyos.int |
                                                        DL: L::cr01b-vyos.int |

Config:

trae@cr01b-vyos# show interfaces bonding bond2
 address dhcp
 description "DL: L::cr01b-vyos.int bond2 | R::ir01.int Po1.21 (FIOS)"
 disable
 hash-policy layer3+4
 member {
     interface eth4
     interface eth5
 }
 mode xor-hash
 vrf FIOS
[edit]

Details

Difficulty level
Unknown (require assessment)
Version
1.3-rolling-202006241940
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

Fixed in latest rolling release and T2658

vyos@r1-roll:~$ show int
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface        IP Address                        S/L  Description
---------        ----------                        ---  -----------
eth0             192.168.122.11/24                 u/u  DL: L::cr01b-vyos.int bond2 | R::ir01.int Po1.21 (FIOS)
                       
vyos@r1-roll:~$ show version 

Version:          VyOS 1.3-rolling-202007220117
erkin renamed this task from Show Interface Command Issues to show interfaces does not scale with terminal width.Aug 29 2021, 2:08 PM
erkin set Issue type to Bug (incorrect behavior).
erkin removed a subscriber: Active contributors.