undefined reference to `ip_napt_table_clear' (AEGHB-727) #79 (AEGHB-759)
Opened this issue · 1 comments
lijiahua310 commented
tswen commented
https://github.com/espressif/esp-iot-bridge/blob/master/components/iot_bridge/patch/ip4_napt.patch
可以手动将这部分加到 idf/components/lwip/lwip 文件的最后一个 API 后面,如果仍出现编译不过,可以将 struct ip_napt_entry *t 换成 struct napt_table *t
因为这个 patch 是给新的 release 版本做的, 老的 tag 有点不兼容,没有自动打进去