Page MenuHomeVyOS Platform

bug - isis metric-style not applied configuration
Closed, ResolvedPublicBUG

Description

metric-style configuration is defined in our cli , but it doesn't applied the proper values in FRR :

vyos@isis-02# set protocols isis metric-style transition

vyos@isis-02# compare commands

set protocols isis metric-style 'transition'

vyos@isis-02# commit
[edit]
vyos@isis-02# sudo vtysh -c "show run"
Building configuration...

C
!
interface eth1
 ip router isis VyOS
 ipv6 router isis VyOS
 isis network point-to-point
exit
!
interface dum1
exit
!
router isis VyOS
 is-type level-2-only
 net 49.0001.0bad.cafe.0002.00
exit
!

Details

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

Event Timeline

fernando changed the task status from Open to In progress.May 31 2024, 7:53 PM
fernando triaged this task as Low priority.
dmbaturin changed Why the issue appeared? from Will be filled on close to Implementation mistake.