Unverified Commit 969a97fb authored by Kroese's avatar Kroese Committed by GitHub
Browse files

fix: Do not create IP alias when Podman is detected (#895)

parent 9c0acaa7
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -187,6 +187,7 @@ compat() {
  local interface="$2"
  local samba="20.20.20.1"

  [[ "$PODMAN" == [Yy1]* ]] && return 0
  [[ "$samba" == "$gateway" ]] && return 0
  [[ "${BOOT_MODE:-}" != "windows"* ]] && return 0