[PR #209] [MERGED] Adding network support #313

Closed
opened 2026-02-28 00:41:43 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/Telmate/proxmox-api-go/pull/209
Author: @dandyrow
Created: 10/19/2022
Status: Merged
Merged: 10/24/2022
Merged by: @mleone87

Base: masterHead: config_network


📝 Commits (9)

  • 51b045d Added network creation
  • ff715ce Added apply network command
  • 743e8fc Merge branch 'Telmate:master' into config_network
  • a15e232 Refactored create network functions
  • b18f97e Implemented more proxmox network API methods
  • 6b8973a Implemented update network
  • 6494505 Updated README with new commands
  • c32c9f9 Merge branch 'master' into config_network
  • a906912 Added comments and renamed things to pass golint

📊 Changes

4 files changed (+262 additions, -2 deletions)

View changed files

📝 README.md (+15 -0)
📝 main.go (+74 -0)
📝 proxmox/client.go (+87 -2)
proxmox/config_network.go (+86 -0)

📄 Description

This is the pull request to go along with issue #208


🔄 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/Telmate/proxmox-api-go/pull/209 **Author:** [@dandyrow](https://github.com/dandyrow) **Created:** 10/19/2022 **Status:** ✅ Merged **Merged:** 10/24/2022 **Merged by:** [@mleone87](https://github.com/mleone87) **Base:** `master` ← **Head:** `config_network` --- ### 📝 Commits (9) - [`51b045d`](https://github.com/Telmate/proxmox-api-go/commit/51b045ded5ee95182bf1f83ab10c932319e93a2d) Added network creation - [`ff715ce`](https://github.com/Telmate/proxmox-api-go/commit/ff715cec22f19c2666e58d1e3da023b565dbac2f) Added apply network command - [`743e8fc`](https://github.com/Telmate/proxmox-api-go/commit/743e8fc080b3d155abea519acbea18bf540481b6) Merge branch 'Telmate:master' into config_network - [`a15e232`](https://github.com/Telmate/proxmox-api-go/commit/a15e2327c867f4583cdc4dd1c86cc3e7d0d12461) Refactored create network functions - [`b18f97e`](https://github.com/Telmate/proxmox-api-go/commit/b18f97e2590c0fed0237fbe3fb59c120ac7f4579) Implemented more proxmox network API methods - [`6b8973a`](https://github.com/Telmate/proxmox-api-go/commit/6b8973aea19368af464f69bec061142a1f06c15d) Implemented update network - [`6494505`](https://github.com/Telmate/proxmox-api-go/commit/64945051a17a1d744c68b6ba925ad41f7e2abcc0) Updated README with new commands - [`c32c9f9`](https://github.com/Telmate/proxmox-api-go/commit/c32c9f92c464656d0d638b4a9d28b6761036c1ab) Merge branch 'master' into config_network - [`a906912`](https://github.com/Telmate/proxmox-api-go/commit/a9069129d28f8621ec3ecf9b08bd76afb26562f1) Added comments and renamed things to pass golint ### 📊 Changes **4 files changed** (+262 additions, -2 deletions) <details> <summary>View changed files</summary> 📝 `README.md` (+15 -0) 📝 `main.go` (+74 -0) 📝 `proxmox/client.go` (+87 -2) ➕ `proxmox/config_network.go` (+86 -0) </details> ### 📄 Description This is the pull request to go along with issue #208 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-28 00:41:43 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/proxmox-api-go#313
No description provided.