#3038·istoreos

[25.12.5 x86_64] dhcpv6 动态子接口 wan_6 每秒重建循环: netifd 报 `ubus error: Invalid argument` (被拒请求体为异常 JSON `{,}`)

作者: wang3150315创建于 2026年9月16日更新于 2026年9月16日
  1. Confirm whether the deformed request body, {"objid":3,"method":"remove","data":{,}} is generated by netifd itself (the recovery path for dynamic interfaces) or by odhcp6c. From the sequence of monitors, it looks more like a recovery action of netifd on dynamic interfaces.
  2. Determine whether it is related to DHCPv6's AFTR-Name (option 64) - netifd starts odhcp6c with -r64, and the ISP returns AFTR information (we don't need DS-Lite, and the related iface_* has been explicitly set to 0, but the loop still continues).
  3. If it is determined to be a problem with the upstream, please contact the upstream. Before that, can you provide a temporary workaround (such as suppressing the recovery attempts of dynamic subinterfaces)?

内容来源: istoreos/istoreos