Re: [LEDE-DEV] [PATCH] netifd: Set source address for static address routes

2016-11-04 Thread Felix Fietkau
On 2016-10-06 10:52, Kristian Evensen wrote: > When using UCI to configure static addresses, netifd does not set the source > address of the gateway route. In order to be consistent, also set the source > address for subnet routes (this applies to all protocols). > > Signed-off-by: Kristian Evense

[LEDE-DEV] [PATCH] netifd: Set source address for static address routes

2016-10-06 Thread Kristian Evensen
When using UCI to configure static addresses, netifd does not set the source address of the gateway route. In order to be consistent, also set the source address for subnet routes (this applies to all protocols). Signed-off-by: Kristian Evensen --- interface-ip.c | 4 proto.c| 32 +