iprule: Insert network and address ip rules before main table lookup rule
authorHans Dedecker <dedeckeh@gmail.com>
Wed, 9 Sep 2015 13:45:48 +0000 (15:45 +0200)
committerFelix Fietkau <nbd@openwrt.org>
Thu, 10 Sep 2015 20:49:56 +0000 (22:49 +0200)
commit1b36fc7ee0dfe4c5796a61d7dcbcbbd47641d4e2
tree7352654c5032926ef4178135f9ba6b87ed120104
parent001100fd10fb799572e21551b4f9bdad861a1b4f
iprule: Insert network and address ip rules before main table lookup rule

Specific IP address and network rules are now checked before the main table lookup as the main table
often holds a default route. As a result the IP address and network rules pointing to a specific
routing table will not be checked anymore; by reversing the order the specific routing tables
are checked first if the ip rule matches.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
iprule.h