提交 8af2ba9a 编写于 作者: G Guillaume Nault 提交者: David S. Miller

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

Let's restrict the scope of these variables to avoid possible
interferences.
Signed-off-by: NGuillaume Nault <gnault@redhat.com>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 1d02c039
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册