allow proto handlers to attach data items in notify
[project/netifd.git] / proto-static.c
index 4ee4793..be68e8e 100644 (file)
@@ -20,7 +20,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) == 0;
+       return proto_apply_ip_settings(state->proto.iface, state->config, false) == 0;
 }
 
 static int