Fix Static IP Routing Bug

Job ID: 40006536

Budget: ₹750 – ₹1,250 INR

Our previously closed project still has a glitch in its IP-routing component. I need focused bug-fixing work: static routes fail to stay active and traffic to certain subnets never finds the correct next hop.

You’ll start by inspecting the current routing tables and the scripts that load static routes at boot. Any underlying code that manipulates kernel forwarding rules or BGP hand-offs should be traced as well, because those routines may be overwriting the static entries. After pinpointing the fault, patch it and confirm the fix under typical load so that:
• Static routes survive reboots and config reloads.
• Packets addressed to the affected subnets reach the right destination with zero unexpected drops.
• No new loops or path divergences appear in the wider routing mesh.

Please document every change and provide a concise test report so I can merge the work straight into production.