mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-27 00:15:56 +03:00
[PR #258] [MERGED] ipv6 support enhanced & updates #477
Labels
No labels
bug
enhancement
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/webvirtcloud#477
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 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:
master← Head:master📝 Commits (4)
78ec7acnetwork: Add network pool mac info. dhcp->dhcp4 conversion.8bc3163Reconfig to create nat routed network without subnet0974193update chart.js 2.8.0 -> 2.9.2930cef2IPv6 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.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.