summaryrefslogtreecommitdiff
path: root/iprule.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-06-10 14:31:02 +0200
committerFelix Fietkau <nbd@openwrt.org>2013-06-10 14:40:22 +0200
commitd095bf24cf7879150d008c23998676bfedebbde6 (patch)
treeab7f853f8a7ba00039cd714144a738f8c0927f28 /iprule.c
parentbac6f28ce1d9abc381c2f85c32bcd37c33cd00c8 (diff)
downloadnetifd-d095bf24cf7879150d008c23998676bfedebbde6.tar.gz
config: use the new uci_blob library code
Signed-off-by: Felix Fietkau <nbd@openwrt.org>
Diffstat (limited to 'iprule.c')
-rw-r--r--iprule.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/iprule.c b/iprule.c
index 7b63417..a31db99 100644
--- a/iprule.c
+++ b/iprule.c
@@ -60,7 +60,7 @@ static const struct blobmsg_policy rule_attr[__RULE_MAX] = {
[RULE_GOTO] = { .name = "goto", .type = BLOBMSG_TYPE_INT32 },
};
-const struct config_param_list rule_attr_list = {
+const struct uci_blob_param_list rule_attr_list = {
.n_params = __RULE_MAX,
.params = rule_attr,
};