From 5d4ed8a855022394bc002c42f42b1656c2cba06f Mon Sep 17 00:00:00 2001 From: Felix Fietkau Date: Tue, 11 Oct 2011 14:44:19 +0200 Subject: [PATCH] rename the network.interface ubus object to just network --- ubus.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubus.c b/ubus.c index da00b80..973718c 100644 --- a/ubus.c +++ b/ubus.c @@ -78,7 +78,7 @@ static struct ubus_object_type main_object_type = UBUS_OBJECT_TYPE("netifd", main_object_methods); static struct ubus_object main_object = { - .name = "network.interface", + .name = "network", .type = &main_object_type, .methods = main_object_methods, .n_methods = ARRAY_SIZE(main_object_methods), -- 2.11.0