diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-19 20:51:57 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-19 20:51:57 +0200 |
commit | 33a44b9c7d5e8c87303b8126fe9e01f8979f48e5 (patch) | |
tree | 89132c13680bf45b40af171194c3dd1e27f9aae2 /dummy/netifd-proto.sh | |
parent | a0dedf26ed338ef420784541da0676ad91e181a7 (diff) |
rework route handling, move parser code to interface-ip.c, add extra options and add further support for pulling routes from config
Diffstat (limited to 'dummy/netifd-proto.sh')
-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 2a6a393..3ab69d8 100755 --- a/dummy/netifd-proto.sh +++ b/dummy/netifd-proto.sh @@ -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 } |