然而并没有

Results 1 issues of 然而并没有

It seems that [`iphdr->dest.addr = nat_entry.cmn->source.addr;`](https://github.com/ajaybhargav/lwip_nat/blob/c0ab071a24d4266de6da268566bc5e5f6498704f/src/core/ipv4/ip4_nat.c#L565) failed to get valid ip address since [`IPNAT_ENTRY_RESET(nat_entry.cmn);`](https://github.com/ajaybhargav/lwip_nat/blob/c0ab071a24d4266de6da268566bc5e5f6498704f/src/core/ipv4/ip4_nat.c#L523) already reset it, so [`err = in_if->output(in_if, q, (ip_addr_t *)&(iphdr->dest));`](https://github.com/RT-Thread/rt-thread/blob/3691b67e83ab57196dfc62606b1be18db76994a7/components/net/lwip_nat/ipv4_nat.c#L574) will generate a broadcast.