From c7b93f70704de6a6effcf92b8e381ae1a5cb5574 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Thu, 17 May 2012 18:30:29 +0000 Subject: [PATCH] Fix syntax error. I sometimes hate merges. --- functions.ipv4 | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.ipv4 b/functions.ipv4 index dff33e39..10297985 100644 --- a/functions.ipv4 +++ b/functions.ipv4 @@ -109,6 +109,7 @@ function ipv4_flush_device() { ip -4 neigh flush dev ${device} >/dev/null 2>&1 return 0 +} function ipv4_prefix2netmask() { local prefix=${1} -- 2.47.3