From e4b004b92e6309b89c0c6b8b97a0a6b34f381879 Mon Sep 17 00:00:00 2001
From: norbey <ngyimesi@sch.bme.hu>
Date: Tue, 1 Aug 2023 19:06:51 +0200
Subject: [PATCH] Fixed netmask in bootstrap script

---
 bootstrap.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/bootstrap.sh b/bootstrap.sh
index cadf09d..6983316 100644
--- a/bootstrap.sh
+++ b/bootstrap.sh
@@ -1,6 +1,6 @@
 #!/bin/bash
 ip link add link eno4 name eno4.151 type vlan id 151
-ip addr add 10.151.43.202 dev eno4.151
+ip addr add 10.151.43.202/16 dev eno4.151
 ip link set eno4.151 up
 ip route add 0.0.0.0/0 via 10.151.255.254
 apt update
-- 
GitLab