Comment 5 for bug 2029722

Revision history for this message
Alban PRATS (al26p) wrote :

A snippet of my deployment can be found in the attachment

Whatever the order of the resources creation, the dvr only contains ip rule for directly attached subnet:
 169082881: from 10.20.0.1/24 lookup 169082881

With my patch, rules to routed subnets are added. In the case of the described configuration, ip rules now contains:
 169082881: from 10.20.0.1/24 lookup 169082881
 169082881: from 10.20.10.0/24 lookup 169082881