diff options
author | Felix Fietkau <nbd@openwrt.org> | 2011-10-24 20:46:23 +0200 |
---|---|---|
committer | Felix Fietkau <nbd@openwrt.org> | 2011-10-24 20:46:23 +0200 |
commit | e8f450ba2e67716cf3ed70060a309b80aa24cf00 (patch) | |
tree | 4f6a83ef250d86ac4d241d592ba01c1ffc15c84f /dummy | |
parent | 32872acd743064ff090b85c4f6b8aedba0314d4f (diff) |
initialize dns server/search lists
Diffstat (limited to 'dummy')
-rwxr-xr-x | dummy/netifd-proto.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/dummy/netifd-proto.sh b/dummy/netifd-proto.sh index c27d562..e61de46 100755 --- a/dummy/netifd-proto.sh +++ b/dummy/netifd-proto.sh @@ -48,6 +48,8 @@ proto_init_update() { PROTO_IP6ADDR= PROTO_ROUTE= PROTO_ROUTE6= + PROTO_DNS= + PROTO_DNS_SEARCH= json_init json_add_int action 0 [ -n "$ifname" -a "*" != "$ifname" ] && json_add_string "ifname" "$ifname" |