From 868530ade244bf8162fb6a10816bd815b166d509 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Fri, 7 Oct 2016 17:11:04 +0200 Subject: Apply post-1.25.0 patches, bump version to 1.25.1 Signed-off-by: Denys Vlasenko --- networking/libiproute/iproute.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'networking/libiproute') diff --git a/networking/libiproute/iproute.c b/networking/libiproute/iproute.c index e674e9a0d..48dc6e3d9 100644 --- a/networking/libiproute/iproute.c +++ b/networking/libiproute/iproute.c @@ -362,10 +362,9 @@ IF_FEATURE_IP_RULE(ARG_table,) req.r.rtm_scope = RT_SCOPE_NOWHERE; if (cmd != RTM_DELROUTE) { + req.r.rtm_scope = RT_SCOPE_UNIVERSE; if (RTPROT_BOOT != 0) req.r.rtm_protocol = RTPROT_BOOT; - if (RT_SCOPE_UNIVERSE != 0) - req.r.rtm_scope = RT_SCOPE_UNIVERSE; if (RTN_UNICAST != 0) req.r.rtm_type = RTN_UNICAST; } -- cgit v1.2.3-55-g6feb