Commit 8af2ba9a authored by Guillaume Nault's avatar Guillaume Nault Committed by David S. Miller
Browse files

selftests: fib rule: Make 'getmatch' and 'match' local variables



Let's restrict the scope of these variables to avoid possible
interferences.

Signed-off-by: default avatarGuillaume Nault <gnault@redhat.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 1d02c039
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -115,6 +115,9 @@ fib_rule6_test_match_n_redirect()

fib_rule6_test()
{
	local getmatch
	local match

	# setup the fib rule redirect route
	$IP -6 route add table $RTABLE default via $GW_IP6 dev $DEV onlink

@@ -184,6 +187,9 @@ fib_rule4_test_match_n_redirect()

fib_rule4_test()
{
	local getmatch
	local match

	# setup the fib rule redirect route
	$IP route add table $RTABLE default via $GW_IP4 dev $DEV onlink