File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
tools/testing/selftests/net Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3667,7 +3667,7 @@ ipv6_addr_bind_novrf()
3667
3667
# when it really should not
3668
3668
a=${NSA_LO_IP6}
3669
3669
log_start
3670
- show_hint " Tecnically should fail since address is not on device but kernel allows"
3670
+ show_hint " Technically should fail since address is not on device but kernel allows"
3671
3671
run_cmd nettest -6 -s -l ${a} -I ${NSA_DEV} -t1 -b
3672
3672
log_test_addr ${a} $? 0 " TCP socket bind to out of scope local address"
3673
3673
}
@@ -3724,7 +3724,7 @@ ipv6_addr_bind_vrf()
3724
3724
# passes when it really should not
3725
3725
a=${VRF_IP6}
3726
3726
log_start
3727
- show_hint " Tecnically should fail since address is not on device but kernel allows"
3727
+ show_hint " Technically should fail since address is not on device but kernel allows"
3728
3728
run_cmd nettest -6 -s -l ${a} -I ${NSA_DEV} -t1 -b
3729
3729
log_test_addr ${a} $? 0 " TCP socket bind to VRF address with device bind"
3730
3730
Original file line number Diff line number Diff line change @@ -583,7 +583,7 @@ vxlan_test_flush_by_remote_attributes()
583
583
$IP link del dev vx10
584
584
$IP link add name vx10 type vxlan dstport " $VXPORT " external
585
585
586
- # For multicat FDB entries, the VXLAN driver stores a linked list of
586
+ # For multicast FDB entries, the VXLAN driver stores a linked list of
587
587
# remotes for a given key. Verify that only the expected remotes are
588
588
# flushed.
589
589
multicast_fdb_entries_add
Original file line number Diff line number Diff line change @@ -741,7 +741,7 @@ ipv6_fcnal()
741
741
run_cmd " $IP nexthop add id 52 via 2001:db8:92::3"
742
742
log_test $? 2 " Create nexthop - gw only"
743
743
744
- # gw is not reachable throught given dev
744
+ # gw is not reachable through given dev
745
745
run_cmd " $IP nexthop add id 53 via 2001:db8:3::3 dev veth1"
746
746
log_test $? 2 " Create nexthop - invalid gw+dev combination"
747
747
You can’t perform that action at this time.
0 commit comments