diff options
Diffstat (limited to 'dummy')
-rwxr-xr-x | dummy/netifd-proto.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dummy/netifd-proto.sh b/dummy/netifd-proto.sh index 48b1292..e10f601 100755 --- a/dummy/netifd-proto.sh +++ b/dummy/netifd-proto.sh @@ -110,7 +110,7 @@ _proto_push_route() { json_add_table "" json_add_string target "$target" - json_add_integer mask "$mask" + json_add_string mask "$mask" json_add_string gateway "$gw" json_close_table } |