Page MenuHomeVyOS Platform

Deleting OSPFv3 process yields: Unknown command: no router-id
Closed, ResolvedPublicBUG

Description

[email protected]# show protocols ospfv3
 area 0.0.0.0 {
     interface tun1337
 }
 parameters {
     router-id 194.145.151.254
 }
 redistribute {
     connected {
     }
 }
[edit]
[email protected]# delete protocols os
ospf    ospfv3
[edit]
[email protected]# delete protocols ospfv3
[edit]
[email protected]# commit
[ protocols ospfv3 ]
% Unknown command: no router-id

Details

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

Related Objects

Mentioned In
1.2.9

Event Timeline

PR https://github.com/vyos/vyatta-cfg-quagga/pull/89

[email protected]# set protocols ospfv3 area 0.0.0.0 interface eth0 
[edit]
[email protected]# set protocols ospfv3 parameters router-id 192.168.122.15
[edit]
[email protected]# commit
[edit]
[email protected]# 
[edit]
[email protected]# delete protocols ospfv3 
[edit]
[email protected]# commit
[edit]
[email protected]# 
[edit]
[email protected]# sudo vtysh -c "show run ospf6"
Building configuration...

Current configuration:
!
frr version 7.5.1-20210801-00-g8bed329e4
frr defaults traditional
hostname debian
log syslog
log facility local7
hostname r5-1.3
service integrated-vtysh-config
!
line vty
!
end
[edit]
[email protected]#
c-po triaged this task as Low priority.
c-po moved this task from Needs Triage to Finished on the VyOS 1.2 Crux (VyOS 1.2.9) board.
c-po moved this task from Need Triage to Finished on the VyOS 1.3 Equuleus (1.3.0-epa1) board.
c-po changed Difficulty level from Unknown (require assessment) to Easy (less than an hour).
c-po changed Why the issue appeared? from Will be filled on close to Implementation mistake.
c-po changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.
c-po changed Issue type from Unspecified (please specify) to Bug (incorrect behavior).