X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=proto-static.c;h=833b6b844199c4d89bb64e3212a6d2a5da16833a;hp=86f2f20d2459f788a9736fa31d837370c13c8939;hb=f7ac9bf93cc07755d15a7ab65d17dc66b8fcea80;hpb=a17e907f55390ae39ee8e64fd96d06abc193a7e5;ds=sidebyside diff --git a/proto-static.c b/proto-static.c index 86f2f20..833b6b8 100644 --- a/proto-static.c +++ b/proto-static.c @@ -33,7 +33,7 @@ struct static_proto_state { static bool static_proto_setup(struct static_proto_state *state) { - return proto_apply_ip_settings(state->proto.iface, state->config, false) == 0; + return proto_apply_static_ip_settings(state->proto.iface, state->config) == 0; } static int