Page MenuHomeVyOS Platform

show interfaces repeats interface description if it is longer then an arbitrary number of characters
Closed, ResolvedPublicBUG

Description

vyos@vyos# set interfaces ethernet eth0 vif 5 description TEST
vyos@vyos# set interfaces ethernet eth0 vif 10 description TEST-TEST-TEST-TEST-TEST-TEST-TEST-10
vyos@vyos:~$ show interfaces
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface        IP Address                        S/L  Description
---------        ----------                        ---  -----------
eth0             -                                 u/u
eth0.5           -                                 u/u  TEST
eth0.10          -                                 u/u  TEST-TEST-TEST-TEST-TEST-TEST-TEST-10
                                                        TEST-TEST-TEST-TEST-TEST-TEST-TEST-10
eth1             fd00::ffff/64                     u/u
lo               127.0.0.1/8                       u/u
                 ::1/128

Details

Difficulty level
Easy (less than an hour)
Version
1.3-rolling-202006192033
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Unspecified (possibly destroys the router)
Issue type
Bug (incorrect behavior)

Event Timeline

c-po created this task.

@thomas-mangin I hope you can have a look here. Thanks!

Added code received via Slack ;) extreme programming.

LOL - I could have commited :-) Thanks !

erkin set Issue type to Bug (incorrect behavior).Aug 29 2021, 2:15 PM
erkin removed a subscriber: Active contributors.