X-Git-Url: https://git.archive.openwrt.org/?p=project%2Fnetifd.git;a=blobdiff_plain;f=ubus.c;h=1239b1b0b1967dbef1ff66201049bc1e5ac94f9f;hp=fc5837620fb7907533270d50ffc4165c156f0539;hb=8d60ce8fad81a0951e9d7efe9e57d0b4b331095e;hpb=d3f710f9c3b70b310fae6cdcceb201767b913d7d diff --git a/ubus.c b/ubus.c index fc58376..1239b1b 100644 --- a/ubus.c +++ b/ubus.c @@ -94,7 +94,7 @@ static int netifd_handle_up(struct ubus_context *ctx, struct ubus_object *obj, struct interface *iface; iface = container_of(obj, struct interface, ubus); - set_interface_up(iface); + interface_set_up(iface); return 0; }