Implement a workaround for the policy routing gateway bug
authorFelix Fietkau <nbd@openwrt.org>
Tue, 17 Aug 2010 15:53:24 +0000 (17:53 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Tue, 17 Aug 2010 17:31:15 +0000 (19:31 +0200)
commit71986c610ae62e39fd8cffff264c3ac403723ae4
treea798dbc952a7dabd5ab62c5aacaa44255ff91cf9
parent000bd94557f07cea56b9d1d1b0c0328b8d17a507
Implement a workaround for the policy routing gateway bug

A host route must be reachable from the default rule lookup when using it
to set a gateway, so before we can add a route with a gateway, we temporarily
inject a bogus IP rule pointing at the correct table.
As soon as the route is set, we can remove the bogus IP rule.
route.c