Hi,
When we have data model with leafs having default values.
For ex.
leaf ip-address {
type string;
default 127.0.0.1;
}
I don't see the ip-address value in my restconf response. Where when
I check the dataobject, the object has the default value set.
How do I ensure the default value is set even in mdsal?
Regards,
Karthik
_______________________________________________ controller-dev mailing list [email protected] https://lists.opendaylight.org/mailman/listinfo/controller-dev
