projects
/
project
/
netifd.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
fix interface object type name
[project/netifd.git]
/
ubus.c
diff --git
a/ubus.c
b/ubus.c
index
30db080
..
16d5e88
100644
(file)
--- a/
ubus.c
+++ b/
ubus.c
@@
-103,7
+103,7
@@
static const struct ubus_signature iface_object_sig[] = {
};
static struct ubus_object_type iface_object_type =
- UBUS_OBJECT_TYPE("netifd", iface_object_sig);
+ UBUS_OBJECT_TYPE("netifd
_iface
", iface_object_sig);
static int netifd_handle_up(struct ubus_context *ctx, struct ubus_object *obj,