From aec716f4bd00adf3e4151e759744be3a870767b2 Mon Sep 17 00:00:00 2001 From: Dimitris Aragiorgis <dimara@grnet.gr> Date: Thu, 27 Mar 2014 12:24:32 +0200 Subject: [PATCH] Fix typo in delete_neighbor_proxy() Signed-off-by: Dimitris Aragiorgis <dimara@grnet.gr> --- common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common.sh b/common.sh index 4682995..f5b11c9 100755 --- a/common.sh +++ b/common.sh @@ -59,7 +59,7 @@ function clear_routed_setup_ipv6 { function delete_neighbor_proxy { - if [ -z "$EUI64" -z -o "$UPLINK6" ]; then + if [ -z "$EUI64" -o -z "$UPLINK6" ]; then return fi -- GitLab