From fd16f4569f73ebc66a2589f6d3039cdbbd2c6539 Mon Sep 17 00:00:00 2001 From: Abtin Keshavarzian Date: Wed, 12 Feb 2025 10:33:14 -0800 Subject: [PATCH] [routing-manager] map `otBorderRoutingDhcp6PdState` to core type (#11240) This commit updates `otBorderRoutingDhcp6PdState` to be properly mapped using `DefineMapEnum()` to its related core-internal `enum` definition. This avoids the use of `static_cast` for conversion and ensures only associated `enum` types can be mapped to each other.