Open BradPerbs opened 1 day ago
In the technical details of this feature request, could you elaborate on how SLAAC could be disabled, what SLAAC is, and its importance?
to disable it: in the netplan config it should add a row accept-ra: false
It's quite important otherwise you get router announced unwanted ipv6 on the vm's.
accept-ra: false
can be sent through the cloud init as well, but it's not clear where in convoy should be added, when I try to add it it breaks the vm configuration
accept-ra: false
can be sent through the cloud init as well, but it's not clear where in convoy should be added, when I try to add it it breaks the vm configuration
I don't see how it is possible, given Proxmox's APIs, for Convoy to make this change.
SLAAC
The user can still
Therefore, doing it via cloudinit is not the best choice anyway. Another solution needs to be found to fix this.
Is there an existing feature request for this?
Describe the feature you would like to see.
Would be good to know how to disable SLAAC by default in the cloud init.
Describe the solution you'd like.
Option to enable or disable slaac
Additional context to this request.
No response