The vsock port in use by network-setup is hard-coded to 6669.
|
vsockHandshakePort = 6669 |
This should be dynamic (passed in on the command line), so that multiple instances can run at the same time. Also, to avoid collisions with the alpine-based distribution.
We may also wish to update the signature to be dynamic as well.
The vsock port in use by network-setup is hard-coded to 6669.
rancher-desktop-opensuse/src/go/networking/cmd/network/setup_linux.go
Line 60 in e73a7d5
This should be dynamic (passed in on the command line), so that multiple instances can run at the same time. Also, to avoid collisions with the alpine-based distribution.
We may also wish to update the signature to be dynamic as well.