Page MenuHomeVyOS Platform

Abnormal interface names if VIF present
Closed, ResolvedPublicBUG

Description

Abnormal interface names in configuration mode with VIFs

sever@roll01# run show interfaces 
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  
eth1             -                                 u/u  Tested 
eth1.20          10.0.0.2/30                       u/u 


sever@roll01# set interfaces ethernet 
Possible completions:
 > ethN         Ethernet interface name
+> en[ospx]N    Ethernet interface name
 > eth0         
 > eth1

en[ospx]N

Details

Difficulty level
Unknown (require assessment)
Version
VyOS 1.3-rolling-202003050217
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

PR https://github.com/vyos/vyos-1x/pull/579

vyos@r4-roll# run show int
Codes: S - State, L - Link, u - Up, D - Down, A - Admin Down
Interface        IP Address                        S/L  Description
---------        ----------                        ---  -----------
eth0             192.168.122.14/24                 u/u  
eth1             -                                 u/u  Lan
eth1.20          -                                 u/u  
eth1.30          -                                 u/u  
eth1.40          -                                 u/u  
lo               127.0.0.1/8                       u/u  
                 ::1/128                                
[edit]
vyos@r4-roll# set interfaces ethernet 
Possible completions:
 > ethN         Ethernet interface name
 > eth0         
 > eth1         

      
[edit]
vyos@r4-roll#
erkin set Issue type to Bug (incorrect behavior).Aug 31 2021, 5:24 PM