We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dea6328 commit 38cb576Copy full SHA for 38cb576
tools/testing/selftests/net/forwarding/fib_offload_lib.sh
@@ -224,7 +224,7 @@ fib_ipv4_plen_test()
224
ip -n $ns link set dev dummy1 up
225
226
# Add two routes with the same key and different prefix length and
227
- # 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
228
# sharing the same leaf by checking the /proc/net/fib_trie
229
ip -n $ns route add 192.0.2.0/24 dev dummy1
230
ip -n $ns route add 192.0.2.0/25 dev dummy1
0 commit comments