From: Luiz Angelo Daros de Luca
interface_ip_add_target_route was adding a host route without
copying other confs like type, source, online). The result was that this:
unreachable 192.168.0.9 metric 123
was being converted to:
192.168.0.9 dev lo scope link metric 123
Signed-off-by: Luiz
From: Luiz Angelo Daros de Luca
When there were multiple routes with the same target but different
metrics, __find_ip_route_target was returning the first one,
independently of the metric.
Signed-off-by: Luiz Angelo Daros de Luca
---
interface-ip.c | 4 +++-
1 file changed, 3 insertions(+), 1
Some packages may require additional group membership for the system
user added by that package. Allow defining additional groups as third
member of the ':'-separated tuple, allowing to specify multiple
','-separated groups with optional GID.
Example:
USERID:=foouser=1000:foogroup=1000:addg1=1001,
concludes:
commit e7bc8984d9ca ("scripts: make eva_ramboot.py offset configurable")
Signed-off-by: Jan-Niklas Burfeind
---
scripts/flashing/eva_ramboot.py | 1 -
1 file changed, 1 deletion(-)
diff --git a/scripts/flashing/eva_ramboot.py b/scripts/flashing/eva_ramboot.py
index b182f09d21..365fce