netifd: Fix possible hotplug race conditions
[project/netifd.git] / scripts / netifd-proto.sh
index ce316c4..b5ef3d1 100644 (file)
@@ -120,8 +120,9 @@ proto_add_ipv4_route() {
        local target="$1"
        local mask="$2"
        local gw="$3"
        local target="$1"
        local mask="$2"
        local gw="$3"
+       local source="$4"
 
 
-       append PROTO_ROUTE "$target/$mask/$gw//"
+       append PROTO_ROUTE "$target/$mask/$gw///$source"
 }
 
 proto_add_ipv6_route() {
 }
 
 proto_add_ipv6_route() {