diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-07 17:11:04 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2016-10-07 17:11:04 +0200 |
commit | 868530ade244bf8162fb6a10816bd815b166d509 (patch) | |
tree | 874fa8d8b979ae95ca53badadfa614f0de4ed7ac /networking/libiproute | |
parent | c3b34d8b39cae35fec8c6fb644d90dc80e574236 (diff) | |
download | busybox-w32-1_25_1.tar.gz busybox-w32-1_25_1.tar.bz2 busybox-w32-1_25_1.zip |
Apply post-1.25.0 patches, bump version to 1.25.11_25_1
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'networking/libiproute')
-rw-r--r-- | networking/libiproute/iproute.c | 3 |
1 files changed, 1 insertions, 2 deletions
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,) | |||
362 | req.r.rtm_scope = RT_SCOPE_NOWHERE; | 362 | req.r.rtm_scope = RT_SCOPE_NOWHERE; |
363 | 363 | ||
364 | if (cmd != RTM_DELROUTE) { | 364 | if (cmd != RTM_DELROUTE) { |
365 | req.r.rtm_scope = RT_SCOPE_UNIVERSE; | ||
365 | if (RTPROT_BOOT != 0) | 366 | if (RTPROT_BOOT != 0) |
366 | req.r.rtm_protocol = RTPROT_BOOT; | 367 | req.r.rtm_protocol = RTPROT_BOOT; |
367 | if (RT_SCOPE_UNIVERSE != 0) | ||
368 | req.r.rtm_scope = RT_SCOPE_UNIVERSE; | ||
369 | if (RTN_UNICAST != 0) | 368 | if (RTN_UNICAST != 0) |
370 | req.r.rtm_type = RTN_UNICAST; | 369 | req.r.rtm_type = RTN_UNICAST; |
371 | } | 370 | } |