commit | 87ccbb1f943625884b824c5560f635dcea8e4510 | [log] [tgz] |
---|---|---|
author | Christian Brauner <christian@brauner.io> | Tue Sep 04 21:53:51 2018 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Sep 05 22:27:11 2018 -0700 |
tree | 90e6dc1b7e7dfacd0970a32400deada16b3bdce4 | |
parent | 6ecf4c37eb3e89b0832c9616089a5cdca3747da7 [diff] |
rtnetlink: move type calculation out of loop I don't see how the type - which is one of RTM_{GETADDR,GETROUTE,GETNETCONF} - can change. So do the message type calculation once before entering the for loop. Signed-off-by: Christian Brauner <christian@brauner.io> Signed-off-by: David S. Miller <davem@davemloft.net>