Page MenuHomeVyOS Platform

ospf(v3): removing an interface from the OSPF process does not clear FRR configuration
Closed, ResolvedPublicBUG

Description

To reproduce:

set vrf name red table 2000
set vrf name red protocols ospf interface eth1 area 0
set vrf name red protocols ospf parameters router-id 1.1.1.1
set interfaces ethernet eth1 vrf red
commit

FRR now has an interface config

[email protected]# vtysh -c "show run" no-header | sed -n "/^interface eth1/,/!/p"
interface eth1
 ip ospf area 0
 ip ospf dead-interval 40
exit

Now delete the interface from the OSPF process

delete vrf name red protocols ospf interface
commit

It's still there

[email protected]# vtysh -c "show run" no-header | sed -n "/^interface eth1/,/!/p"
interface eth1
 ip ospf area 0
 ip ospf dead-interval 40
exit
!

Details

Difficulty level
Normal (likely a few hours)
Version
1.4-rolling-202308070317
Why the issue appeared?
Will be filled on close
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Event Timeline

c-po changed the task status from Open to In progress.Aug 11 2023, 8:52 PM
c-po claimed this task.
c-po triaged this task as Normal priority.
c-po created this task.