refactor(network): extract network functions to lib, switch to libvirt #7

Open
omarz wants to merge 1 commit from main_libvirt_setup into main
Member

Move bridge/TAP/firewall logic from runit.sh into scripts/lib/network.sh
as a reusable library. Replace manual bridge+dnsmasq+iptables setup with
libvirt-managed NAT network and add unified firewall rule enforcement (iptables, ufw, nftables).

Move bridge/TAP/firewall logic from runit.sh into scripts/lib/network.sh as a reusable library. Replace manual bridge+dnsmasq+iptables setup with libvirt-managed NAT network and add unified firewall rule enforcement (iptables, ufw, nftables).
refactor(network): extract network functions to lib, switch to libvirt
Some checks failed
Build MOS Initramfs / build (pull_request) Failing after 2s
7a063abf90
Move bridge/TAP/firewall logic from runit.sh into scripts/lib/network.sh
as a reusable library. Replace manual bridge+dnsmasq+iptables setup with
libvirt-managed NAT network and add unified firewall rule enforcement (iptables, ufw, nftables).
Some checks failed
Build MOS Initramfs / build (pull_request) Failing after 2s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin main_libvirt_setup:main_libvirt_setup
git switch main_libvirt_setup

Merge

Merge the changes and update on Forgejo.

Warning: The "Autodetect manual merge" setting is not enabled for this repository, you will have to mark this pull request as manually merged afterwards.

git switch main
git merge --no-ff main_libvirt_setup
git switch main_libvirt_setup
git rebase main
git switch main
git merge --ff-only main_libvirt_setup
git switch main_libvirt_setup
git rebase main
git switch main
git merge --no-ff main_libvirt_setup
git switch main
git merge --squash main_libvirt_setup
git switch main
git merge --ff-only main_libvirt_setup
git switch main
git merge main_libvirt_setup
git push origin main
Sign in to join this conversation.
No reviewers
No labels
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
geomind_code/mos_builder!7
No description provided.