]> git.ipfire.org Git - thirdparty/iproute2.git/commit
arrange prefix parsing code after redundant patches
authorAlexander Zubkov <green@msu.ru>
Tue, 27 Mar 2018 23:57:13 +0000 (01:57 +0200)
committerStephen Hemminger <stephen@networkplumber.org>
Thu, 29 Mar 2018 15:42:04 +0000 (08:42 -0700)
commitc12180725089d85ffb01eb3e072c992cdef3afdc
tree648e7b217f0e0ca0f6220b7c1ee2b05df44810dd
parent89e3c36b066d7fe9bd90a4740cc7aa4d859f0dda
arrange prefix parsing code after redundant patches

A problem was reported with parsing of prefixes all/any/default.
Commit 7696f1097f79be2ce5984a8a16103fd17391cac2 fixes the problem,
but there were also other pathces applied:
00b31a6b2ecf73ee477f701098164600a2bfe227, which were intended to
fix the same problem. And they became redundant now. This patch
reverts changes introduced by those redundant patches.

Signed-off-by: Alexander Zubkov <green@msu.ru>
ip/iproute.c
lib/utils.c