interface-ip: add missing IPv6 policy rule
authorHans Dedecker <dedeckeh@gmail.com>
Thu, 16 Nov 2017 14:42:41 +0000 (15:42 +0100)
committerHans Dedecker <dedeckeh@gmail.com>
Fri, 17 Nov 2017 15:28:36 +0000 (16:28 +0100)
commitc92106e3048ae10cb04a7c7303ba5f53bc057953
tree09d23a99f4d650c2459a6c368299a960fa12cf81
parent0f96606b7040b8e14190ff055d5761744bc15f6d
interface-ip: add missing IPv6 policy rule

Commit 2f31bff38d4dc2f36006ded6b8a7d039cb569eaa added interface routing
table support; as a result for IPv6 the prefix route linked to the IPv6
address is added to the specified IPv6 interface routing table.
In order to route traffic having as destination the IPv6 prefix a policy
rule is required using the prefix destination as policy so the traffic is
passed to the correct routing table.
The IPv6 prefix address logic was not installing this policy rule effectively
breaking routing when trying to reach a global or ULA IPv6 address in the
lan from either the device or another wan device.

Signed-off-by: Hans Dedecker <dedeckeh@gmail.com>
interface-ip.c