Stéphane Graber
Stéphane Graber
> I just noticed that we parse the routing table and various other network information from procfs in various places like here: https://github.com/lxc/incus/blob/28452f93d607f07bca0aa1c01de50bc4e2ec5b13/internal/server/network/network_utils.go#L650 > > Should we see if we...
@gwenya branch looks good to me. Do you want to do the net.IP/net/IPNet switch over and remove that last TODO before we merge this one?
Remaining issue to track down: ``` 2025-06-22T23:25:22.0304357Z time="2025-06-22T23:25:22Z" level=error msg="Failed to restore route" driver=bridge err="Failed to replace route {Ifindex: 3 Dst: 0.0.0.0/0 Src: Gw: 100.64.1.1 Flags: [] Table: 254 Realm:...
Sounds good. I'm planning on doing another quick review/rebase pass on this one and then merging it shortly after 6.14 is out. That will give us a full dev cycle...
@gwenya thanks for the great work!
@gwenya FYI, I'm seeing a couple of potentially related CI failures in Jenkins today. One is a network I/O limit validation which suggests that the limits are no longer being...
Quite likely. IPv6 actively relies on multicast for router advertisements. We also got this is failure that showed up a few hours ago: https://jenkins.linuxcontainers.org/job/incus-test-usb/651/console
In a new PR since we've merged this one. Can still come out of the same branch though.
Assigned it to you now. I'll need @parthgupta2005 to comment in here so I can assign them too.
Right, so for this one, you'll want to: - Expand the structs in `shared/api/instance_backup.go` and `shared/api/storage_pool_volume_backup.go` to allow specifying an optional upload target, in this case an S3 bucket URL...