From 2fb3d0e9205e2a4cea38062caefd7251f562866d Mon Sep 17 00:00:00 2001 From: Steven Barth Date: Thu, 19 Mar 2015 18:30:02 +0100 Subject: [PATCH] add missing argument for ipv4 routes Signed-off-by: Steven Barth --- scripts/netifd-proto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/netifd-proto.sh b/scripts/netifd-proto.sh index b3d5bb5..2a62bda 100644 --- a/scripts/netifd-proto.sh +++ b/scripts/netifd-proto.sh @@ -122,7 +122,7 @@ proto_add_ipv4_route() { local gw="$3" local source="$4" - append PROTO_ROUTE "$target/$mask/$gw///$source" + append PROTO_ROUTE "$target/$mask/$gw///$source/" } proto_add_ipv6_route() { -- 2.11.0