mirror of
https://github.com/retspen/webvirtcloud.git
synced 2026-04-25 23:45:56 +03:00
[PR #257] [MERGED] ipv6 support and bridge slave list & pep8 corrections #476
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#476
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/257
Author: @catborise
Created: 11/7/2019
Status: ✅ Merged
Merged: 11/7/2019
Merged by: @retspen
Base:
master← Head:master📝 Commits (5)
38ae62ddefine network with XML is related with network object. It is converted568ff92libvirt does not have the connection close reason contants anymore. pep8 conventions applyf3f4f0aFix typos. Code Inspection for pep8 conventions0738ec7adds bridge slave list to details of interfacec5a96b7Add IPv6 support.📊 Changes
14 files changed (+510 additions, -191 deletions)
View changed files
📝
instances/views.py(+7 -3)📝
interfaces/templates/interface.html(+31 -3)📝
interfaces/views.py(+2 -0)📝
networks/templates/modify_ipv4_fixed_address.html(+10 -9)➕
networks/templates/modify_ipv6_fixed_address.html(+53 -0)📝
networks/templates/network.html(+178 -26)📝
networks/views.py(+35 -14)📝
nwfilters/views.py(+15 -16)📝
secrets/views.py(+1 -0)📝
vrtManager/IPy.py(+8 -8)📝
vrtManager/connection.py(+19 -25)📝
vrtManager/instance.py(+5 -3)📝
vrtManager/interface.py(+28 -2)📝
vrtManager/network.py(+118 -82)📄 Description
Hi retspen,
i add ipv6 support for host network config. users can add/delete/modify static dhcp records for ipv6, also.
i add list of slaves which connected to the bridge.
some fixes and corrections
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.