From d5bace8d613ddad17db53cc375d92a623af67fb6 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Mon, 31 Oct 2011 19:40:29 +0000 Subject: [PATCH] Fix setting local routes on zone's routing tables. --- functions.ipv4 | 16 ++++++++++++++++ functions.routing | 13 +++++++++---- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/functions.ipv4 b/functions.ipv4 index 678b1e73..d074ca94 100644 --- a/functions.ipv4 +++ b/functions.ipv4 @@ -57,3 +57,19 @@ function ipv4_update_neighbours() { arping -q -A -c 1 -I ${device} ${address} ( sleep 2; arping -q -U -c 1 -I ${device} ${address} ) >/dev/null 2>&1