rework route handling, move parser code to interface-ip.c, add extra options and...
[project/netifd.git] / dummy / netifd-proto.sh
index 2a6a393..3ab69d8 100755 (executable)
@@ -110,7 +110,7 @@ _proto_push_route() {
 
        json_add_object ""
        json_add_string target "$target"
-       json_add_string mask "$mask"
+       json_add_string netmask "$mask"
        json_add_string gateway "$gw"
        json_close_object
 }