There are around 300 interfaces:
- around 200 vxlan interface
- around 30 bridge interfaces
- around 30 Pseudo-Ethernet/MACvlan interfaces
- around 16 Ethernet interfaces
- around 30 Bridge interfaces
There are around 300 interfaces:
Seems I was late with my changes. Similar fix was merged 2 days ago -- https://github.com/FRRouting/frr/commit/b9538fe481d1955090e41c04d86b2322362a83f5
Also just discovered this at the end of the configure results output before kea starts building:
It seems doable now: https://docs.frrouting.org/en/latest/ospfd.html#multi-instance-support
The issue is still there in VyOS 1.4 Sagitta and 1.5-rolling-202412160007
Duplicate of existing PR
Duplicate of T6892
Raised a Draft PR https://github.com/vyos/vyos.vyos/pull/368
Fixed for 1.3+ along with test verifications
I was looking into this again today. As I mentioned in the pull request, there is an issue with the draft PR. What happens is that the current config is retrieved using the command show configuration commands instead of show configuration. The output does not contain any less specific config paths, as they would be useless in configuring a system. However, when determining what to delete, this information is essential.