[PR #575] [MERGED] fix ipv6 parse ip #15502

Closed
opened 2026-04-16 05:00:59 -05:00 by GiteaMirror · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/ollama/ollama/pull/575
Author: @mxyng
Created: 9/22/2023
Status: Merged
Merged: 9/22/2023
Merged by: @mxyng

Base: mainHead: mxyng/fix-ipv6-only


📝 Commits (1)

📊 Changes

1 file changed (+1 additions, -1 deletions)

View changed files

📝 cmd/cmd.go (+1 -1)

📄 Description

net.ParseIP for IPv6 doesn't expect [] so trim it


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/ollama/ollama/pull/575 **Author:** [@mxyng](https://github.com/mxyng) **Created:** 9/22/2023 **Status:** ✅ Merged **Merged:** 9/22/2023 **Merged by:** [@mxyng](https://github.com/mxyng) **Base:** `main` ← **Head:** `mxyng/fix-ipv6-only` --- ### 📝 Commits (1) - [`88897a9`](https://github.com/ollama/ollama/commit/88897a90e49e79b1c5733527d87f28d45bac03f4) fix ipv6 parse ip ### 📊 Changes **1 file changed** (+1 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `cmd/cmd.go` (+1 -1) </details> ### 📄 Description `net.ParseIP` for IPv6 doesn't expect `[]` so trim it --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
GiteaMirror added the pull-request label 2026-04-16 05:00:59 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github-starred/ollama#15502