Hello, we are using a relatively simple ospf config similar to this:
https://packetpushers.net/blog/proxmox-ceph-full-mesh-hci-cluster-w-dynamic-routing/
We use ospfd and ospfd6
/etc/frr/frr.conf.local looks like this:
And I manually changed ospfd=yes in /etc/frr/daemons.
Since Proxmox 9 SDN, the config in /etc/frr/daemons is just overwritten with a proxmox "SDN apply" in the UI.
So it is ospfd=no again.
It would be good if Proxmox would check the /etc/frr/frr.conf.local as well to determine if a service is used.
Or is it possible to overwrite this as well through some /etc/frr/daemons.local ..?
https://packetpushers.net/blog/proxmox-ceph-full-mesh-hci-cluster-w-dynamic-routing/
We use ospfd and ospfd6
/etc/frr/frr.conf.local looks like this:
Code:
frr version 10.4.1
frr defaults datacenter
hostname ffac-epyc-03
log syslog informational
service integrated-vtysh-config
!
interface eno1np0
ip address 192.168.101.12 peer 192.168.101.11/32
ip ospf area 0
ip ospf network point-to-point
ipv6 ospf6 area 0
ipv6 ospf6 network point-to-point
exit
!
interface eno2np1
ip address 192.168.103.12 peer 192.168.103.13/32
ip ospf area 0
ip ospf network point-to-point
ipv6 ospf6 area 0
ipv6 ospf6 network point-to-point
exit
!
interface lo
ip ospf area 0
ipv6 ospf6 area 0
exit
!
router ospf6
ospf6 router-id 192.168.111.12
log-adjacency-changes
exit
!
And I manually changed ospfd=yes in /etc/frr/daemons.
Since Proxmox 9 SDN, the config in /etc/frr/daemons is just overwritten with a proxmox "SDN apply" in the UI.
So it is ospfd=no again.
It would be good if Proxmox would check the /etc/frr/frr.conf.local as well to determine if a service is used.
Or is it possible to overwrite this as well through some /etc/frr/daemons.local ..?
