We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
SkipSocketForwarding
1 parent 67edfc2 commit b48aa6cCopy full SHA for b48aa6c
pkg/hostagent/hostagent.go
@@ -634,7 +634,7 @@ func (a *HostAgent) watchGuestAgentEvents(ctx context.Context) {
634
// TODO: use vSock (when QEMU for macOS gets support for vSock)
635
636
// Setup all socket forwards and defer their teardown
637
- if !(a.driver.Info().Features.DynamicSSHAddress) {
+ if !(a.driver.Info().Features.SkipSocketForwarding) {
638
logrus.Debugf("Forwarding unix sockets")
639
for _, rule := range a.instConfig.PortForwards {
640
if rule.GuestSocket != "" {
0 commit comments