Unverified Commit 1e20e38b authored by Kroese's avatar Kroese Committed by GitHub
Browse files

feat: Set listening interface for Passt (#883)

parent f4b05625
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -341,9 +341,9 @@ configurePasst() {
  exclude=$(getHostPorts "$HOST_PORTS")

  if [ -z "$exclude" ]; then
    exclude="all"
    exclude="%${VM_NET_DEV}/all"
  else
    exclude="~${exclude//,/,~}"
    exclude="%${VM_NET_DEV}/~${exclude//,/,~}"
  fi

  PASST_OPTS+=" -t $exclude"