diff --git a/dmtree/tr181/routing.c b/dmtree/tr181/routing.c index 02ce62f2..9f82b30e 100644 --- a/dmtree/tr181/routing.c +++ b/dmtree/tr181/routing.c @@ -801,6 +801,8 @@ static int get_RoutingRouterIPv6Forwarding_Origin(char *refparam, struct dmctx * { if (((struct routingfwdargs *)data)->type != ROUTE_DYNAMIC) *value = "Static"; + else + *value = "DHCPv6"; return 0; }