From e77bc10014a88c7dbca5ef6c9640ecda7e7d72cf Mon Sep 17 00:00:00 2001 From: Simon Mayer <49491825+simcod@users.noreply.github.com> Date: Wed, 26 Jun 2024 06:59:49 +0200 Subject: [PATCH] Remove unused make target (#171) --- Makefile | 11 ----------- 1 file changed, 11 deletions(-) diff --git a/Makefile b/Makefile index 46515100..d01dd5d6 100644 --- a/Makefile +++ b/Makefile @@ -101,17 +101,6 @@ _ips: route: _ips eval "sudo ip r a ${staticR}" -# there is no libvirt required anymore and thus following rules will not work on systems without -# TODO: discuss what to do instead? -.PHONY: fwrules -fwrules: _ips - eval "sudo -- iptables -I LIBVIRT_FWO -s 100.255.254.0/24 -i docker0 -j ACCEPT;" - eval "sudo -- iptables -I LIBVIRT_FWO -s 10.0.1.0/24 -i docker0 -j ACCEPT;" - eval "sudo -- iptables -I LIBVIRT_FWI -d 100.255.254.0/24 -o docker0 -j ACCEPT;" - eval "sudo -- iptables -I LIBVIRT_FWI -d 10.0.1.0/24 -o docker0 -j ACCEPT;" - eval "sudo -- iptables -t nat -I LIBVIRT_PRT -s 100.255.254.0/24 ! -d 100.255.254.0/24 -j MASQUERADE" - eval "sudo -- iptables -t nat -I LIBVIRT_PRT -s 10.0.1.0/24 ! -d 10.0.1.0/24 -j MASQUERADE" - .PHONY: cleanup cleanup: cleanup-control-plane cleanup-partition