Re: [PATCH net] selftests: fib_rule_tests: use pre-defined DEV_ADDR

2019-05-21 Thread David Miller
From: Hangbin Liu Date: Tue, 21 May 2019 14:40:47 +0800 > DEV_ADDR is defined but not used. Use it in address setting. > Do the same with IPv6 for consistency. > > Reported-by: David Ahern > Fixes: fc82d93e57e3 ("selftests: fib_rule_tests: fix local IPv4 address typo") > Signed-off-by: Hangbin

[PATCH net] selftests: fib_rule_tests: use pre-defined DEV_ADDR

2019-05-20 Thread Hangbin Liu
DEV_ADDR is defined but not used. Use it in address setting. Do the same with IPv6 for consistency. Reported-by: David Ahern Fixes: fc82d93e57e3 ("selftests: fib_rule_tests: fix local IPv4 address typo") Signed-off-by: Hangbin Liu --- tools/testing/selftests/net/fib_rule_tests.sh | 5 +++-- 1 f