-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
triageNeeds further investigationNeeds further investigation
Description
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
Actual behavior
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
Labels
triageNeeds further investigationNeeds further investigation