Page MenuHomeVyOS Platform

Geneve interfaces aren't displayed by operational mode commands
Closed, ResolvedPublicBUG

Description

Geneve interfaces doesn't display from op-mode

vyos@r11-roll:~$ show conf com | match geneve
set interfaces geneve gnv0 address '203.0.113.5/32'
set interfaces geneve gnv0 remote '203.0.113.1'
set interfaces geneve gnv0 vni '2023'
vyos@r11-roll:~$ 
vyos@r11-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  
                 192.168.122.35/24                      
eth1             192.0.2.2/30                      u/u  
eth2             -                                 u/u  
lo               127.0.0.1/8                       u/u  
                 ::1/128                                
vyos@r11-roll:~$

Also missed section geneve

show interfaces geneve

Details

Difficulty level
Easy (less than an hour)
Version
VyOS 1.4-rolling-202111290926
Why the issue appeared?
Implementation mistake
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Revisions and Commits

Event Timeline

>>> from vyos.ifconfig import Section
>>> Section.interfaces('geneve')
[]
>>>
dmbaturin renamed this task from Geneve interfaces doesn't display from op-mode to Geneve interfaces aren't displayed by operational mode commands.Dec 2 2021, 5:32 PM
dmbaturin claimed this task.
dmbaturin changed Difficulty level from Normal (likely a few hours) to Easy (less than an hour).
dmbaturin changed Why the issue appeared? from Will be filled on close to Implementation mistake.
dmbaturin changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.
GitHub <[email protected]> closed this task as Resolved by committing Restricted Diffusion Commit.Dec 2 2021, 6:47 PM
GitHub <[email protected]> added a commit: Restricted Diffusion Commit.