TWSD-969 Intermittent DNS Response Forwarding Issue via LLB ||AS-21824
Review Request #1290 — Created Jan. 7, 2026 and submitted — Latest diff uploaded
| Information | |
|---|---|
| mingji | |
| APV10 | |
| rel_apv_10_7_4 | |
| TWSD-969 | |
| Reviewers | |
| kevin.poh, peteryeh, weikai | |
Root cause:
RTS table is created after setting routing rule of thepcb, so response packets from this request(pcb) can’t be routed back successfully. For later requests, because RTS table has already been created, response packets can be routed through RTS table.Solution:
Moverts_create()before settingpcb’s routing rule (inclickudp_open()).
client runs 3 times
dig @8.8.8.8 google.com, which is DNS request, and make sure all requests can recieve its response.
