Skip to content

vtysh configure - write memory not sticking after reboot #17075

@e1ysion

Description

@e1ysion

Description

I want to use a Thunderbolt Fabric with FRR and follow thise guide:
https://gist.github.com/scyto/4c664734535da122f4ab2951b22b2085

My settings are not fully sticking after applying them with "configure". They only fully apply right after "write memory" but after a reboot, only IPV6 works until I restart frr.service.

Version

8.5.1 on Proxmox 6.8.12-2

How to reproduce

vtysh
configure

ip forwarding
ipv6 forwarding
!
interface en05
ip router openfabric 1
ipv6 router openfabric 1
exit
!
interface en06
ip router openfabric 1
ipv6 router openfabric 1
exit
!
interface lo
ip router openfabric 1
ipv6 router openfabric 1
openfabric passive
exit
!
router openfabric 1
net 49.0000.0000.0005.00
fabric-tier 0
exit
!

end

write memory

exit

Expected behavior

Screenshot 2024-10-11 201629

Actual behavior

Screenshot 2024-10-11 201906

Additional context

None

Checklist

  • I have searched the open issues for this bug.
  • I have not included sensitive information in this report.

Metadata

Metadata

Assignees

No one assigned

    Labels

    triageNeeds further investigation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions