[PR #257] [MERGED] ipv6 support and bridge slave list & pep8 corrections #476

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/257
Author: @catborise
Created: 11/7/2019
Status: Merged
Merged: 11/7/2019
Merged by: @retspen

Base: masterHead: master


📝 Commits (5)

  • 38ae62d define network with XML is related with network object. It is converted
  • 568ff92 libvirt does not have the connection close reason contants anymore. pep8 conventions apply
  • f3f4f0a Fix typos. Code Inspection for pep8 conventions
  • 0738ec7 adds bridge slave list to details of interface
  • c5a96b7 Add 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.

## 📋 Pull Request Information **Original PR:** https://github.com/retspen/webvirtcloud/pull/257 **Author:** [@catborise](https://github.com/catborise) **Created:** 11/7/2019 **Status:** ✅ Merged **Merged:** 11/7/2019 **Merged by:** [@retspen](https://github.com/retspen) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (5) - [`38ae62d`](https://github.com/retspen/webvirtcloud/commit/38ae62d093811bde4bd8848deb124e3d607dcfcb) define network with XML is related with network object. It is converted - [`568ff92`](https://github.com/retspen/webvirtcloud/commit/568ff92449495b7dcec77e8f6724cf8bb3712480) libvirt does not have the connection close reason contants anymore. pep8 conventions apply - [`f3f4f0a`](https://github.com/retspen/webvirtcloud/commit/f3f4f0afe801d4bcdb44466e5d83ed4dbb1ae29b) Fix typos. Code Inspection for pep8 conventions - [`0738ec7`](https://github.com/retspen/webvirtcloud/commit/0738ec7ec48710c34bd1a525b270ee2153dcaa07) adds bridge slave list to details of interface - [`c5a96b7`](https://github.com/retspen/webvirtcloud/commit/c5a96b7662e21ca21fc058e4809e6a6875b9087d) Add IPv6 support. ### 📊 Changes **14 files changed** (+510 additions, -191 deletions) <details> <summary>View changed files</summary> 📝 `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) </details> ### 📄 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 --- <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#476
No description provided.