feat: move bridge management to incus

This commit is contained in:
Ben Vincent 2025-04-14 15:56:47 +10:00
parent 8c76e71dc4
commit 25ae6aef19

View File

@ -79,13 +79,6 @@ networking::interfaces:
ipaddress: "%{hiera('networking_loopback2_ip')}" ipaddress: "%{hiera('networking_loopback2_ip')}"
netmask: 255.255.255.255 netmask: 255.255.255.255
mtu: 9000 mtu: 9000
br10:
type: bridge
bridge: true
ipaddress: "%{hiera('networking_br10_ip')}"
netmask: 255.255.255.0
nocarrier: true
forwarding: true
# frrouting # frrouting
frrouting::ospfd_router_id: "%{hiera('networking_loopback0_ip')}" frrouting::ospfd_router_id: "%{hiera('networking_loopback0_ip')}"