Page MenuHomeVyOS Platform

Command `protocols static multicast` does not have any effect
Closed, ResolvedPublicBUG

Description

vyos@vyos# run show version 
Version:          VyOS 1.4-stable-202406120309
Release train:    sagitta
Release flavor:   iso

Built by:         [email protected]
Built on:         Wed 12 Jun 2024 03:09 UTC
Build UUID:       e69672fe-67cb-408e-b268-42bc85aa900f
Build commit ID:  258b865b685d8f

Architecture:     x86_64
Boot via:         installed image
System type:      KVM guest

Hardware vendor:  QEMU
Hardware model:   Standard PC (i440FX + PIIX, 1996)
Hardware S/N:     
Hardware UUID:    7f825d33-af1c-40f0-af6c-39fa5447df25

Copyright:        VyOS maintainers and contributors

Steps to reproduce:

set protocols static multicast route 224.200.0.0/24 next-hop 224.201.0.1
set protocols static route 127.0.0.0/24 next-hop 127.0.0.1
commit

check frr running config:

vyos# show running-config 
Building configuration...

Current configuration:
!
frr version 9.1.1
frr defaults traditional
hostname vyos
log syslog
log facility local7
service integrated-vtysh-config
!
ip route 127.0.0.0/24 127.0.0.1
!
rpki
exit
!
end

In vyos 1.3 it works as expected:

vyos# show running-config 
Building configuration...

Current configuration:
!
frr version 7.5.1-20240509-02-gc9dd2977e
frr defaults traditional
hostname vyos
log syslog
log facility local7
ip mroute 224.200.0.0/24 224.201.0.1
service integrated-vtysh-config
!
ip route 127.0.0.0/24 127.0.0.1
!
line vty
!
end

Related task: https://vyos.dev/T2364

Details

Version
1.5-rolling-202407050020
Is it a breaking change?
Perfectly compatible
Issue type
Bug (incorrect behavior)

Related Objects

Event Timeline

syncer changed the task status from Open to In progress.Aug 7 2024, 11:11 PM
syncer triaged this task as Normal priority.
syncer moved this task from Open to In Progress on the VyOS 1.5 Circinus board.
syncer moved this task from Open to Backlog on the VyOS 1.4 Sagitta board.
HollyGurza moved this task from Backlog to Finished on the VyOS 1.4 Sagitta board.
dmbaturin renamed this task from Command `protocols static multicast` does not affect to frr config to Command `protocols static multicast` does not have any effect.Oct 14 2024, 8:58 AM
dmbaturin removed a project: Restricted Project.
dmbaturin changed Is it a breaking change? from Unspecified (possibly destroys the router) to Perfectly compatible.
dmbaturin changed Issue type from Unspecified (please specify) to Bug (incorrect behavior).