[PR #258] [MERGED] ipv6 support enhanced & updates #477

Closed
opened 2026-02-27 15:58:51 +03:00 by kerem · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/retspen/webvirtcloud/pull/258
Author: @catborise
Created: 11/8/2019
Status: Merged
Merged: 11/8/2019
Merged by: @retspen

Base: masterHead: master


📝 Commits (4)

  • 78ec7ac network: Add network pool mac info. dhcp->dhcp4 conversion.
  • 8bc3163 Reconfig to create nat routed network without subnet
  • 0974193 update chart.js 2.8.0 -> 2.9.2
  • 930cef2 IPv6 Support: Create ipv6 network support added. Some small fixes

📊 Changes

8 files changed (+130 additions, -62 deletions)

View changed files

📝 networks/forms.py (+16 -4)
📝 networks/templates/create_net_block.html (+31 -13)
📝 networks/templates/modify_ipv6_fixed_address.html (+2 -2)
📝 networks/templates/network.html (+7 -5)
📝 networks/templates/networks.html (+11 -3)
📝 networks/views.py (+21 -11)
📝 static/js/Chart.bundle.min.js (+2 -2)
📝 vrtManager/network.py (+40 -22)

📄 Description

Hi retspen,

previous pull request adds ipv6 support without adding new ipv6 net.

  • Added ipv6 net create ability.
  • Update chart.js
  • some small fixes

🔄 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/retspen/webvirtcloud/pull/258 **Author:** [@catborise](https://github.com/catborise) **Created:** 11/8/2019 **Status:** ✅ Merged **Merged:** 11/8/2019 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (4) - [`78ec7ac`](https://github.com/retspen/webvirtcloud/commit/78ec7ac7466ab55da0a3664307b88d431d8e45d0) network: Add network pool mac info. dhcp->dhcp4 conversion. - [`8bc3163`](https://github.com/retspen/webvirtcloud/commit/8bc316355d788a213a42dc4dc5014536d78dc7a3) Reconfig to create nat routed network without subnet - [`0974193`](https://github.com/retspen/webvirtcloud/commit/0974193e6892137d55fcdd86073798b4b4682142) update chart.js 2.8.0 -> 2.9.2 - [`930cef2`](https://github.com/retspen/webvirtcloud/commit/930cef24bea4e44801a5225c0f78c4f145369299) IPv6 Support: Create ipv6 network support added. Some small fixes ### 📊 Changes **8 files changed** (+130 additions, -62 deletions) <details> <summary>View changed files</summary> 📝 `networks/forms.py` (+16 -4) 📝 `networks/templates/create_net_block.html` (+31 -13) 📝 `networks/templates/modify_ipv6_fixed_address.html` (+2 -2) 📝 `networks/templates/network.html` (+7 -5) 📝 `networks/templates/networks.html` (+11 -3) 📝 `networks/views.py` (+21 -11) 📝 `static/js/Chart.bundle.min.js` (+2 -2) 📝 `vrtManager/network.py` (+40 -22) </details> ### 📄 Description Hi retspen, previous pull request adds ipv6 support without adding new ipv6 net. - Added ipv6 net create ability. - Update chart.js - some small fixes --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-02-27 15:58:51 +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/webvirtcloud#477
No description provided.