mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2026-03-12 04:09:26 +01:00
Device.Routing.Router.1.IPv6Forwarding.{}.Origin: set it to DHCPv6 if the route is dynamic
This commit is contained in:
parent
ae196c5459
commit
8c25b2ff87
1 changed files with 2 additions and 0 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue