From d321d98b482c0d089c9b517392d523d27b0eb741 Mon Sep 17 00:00:00 2001 From: Kroese Date: Mon, 17 Mar 2025 23:08:42 +0100 Subject: [PATCH] Update network.sh --- src/network.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/network.sh b/src/network.sh index 6aa5f41..a0a8ead 100644 --- a/src/network.sh +++ b/src/network.sh @@ -49,7 +49,7 @@ configureDHCP() { error "Cannot create macvtap interface. Please make sure that the network type of the container is 'macvlan' and not 'ipvlan'." return 1 ;; "RTNETLINK answers: Operation not permitted"* ) - error "No permission to create macvtap interface. Please make sure that your host kernel supports it and that the NET_ADMIN capability is set." + error "No permission to create macvtap interface. Please make sure that your host kernel supports it and that the NET_ADMIN capability is set." return 1 ;; *) [ -n "$msg" ] && echo "$msg" >&2