mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00
selftests: net: forwarding: Fix a typo
s/verfied/verified/ Signed-off-by: Bhaskar Chowdhury <unixbhaskar@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
dea6328b2e
commit
38cb576023
1 changed files with 1 additions and 1 deletions
|
@ -224,7 +224,7 @@ fib_ipv4_plen_test()
|
|||
ip -n $ns link set dev dummy1 up
|
||||
|
||||
# Add two routes with the same key and different prefix length and
|
||||
# make sure both are in hardware. It can be verfied that both are
|
||||
# make sure both are in hardware. It can be verified that both are
|
||||
# sharing the same leaf by checking the /proc/net/fib_trie
|
||||
ip -n $ns route add 192.0.2.0/24 dev dummy1
|
||||
ip -n $ns route add 192.0.2.0/25 dev dummy1
|
||||
|
|
Loading…
Add table
Reference in a new issue