mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-12-27 14:41:22 -05:00
selftests: seg6: fix instaces typo in comments
Fix a typo: instaces -> instances The typo has been identified using codespell, and the tool does not report any additional issues in the selftests considered. Signed-off-by: Andrea Mayer <andrea.mayer@uniroma2.it> Reviewed-by: Simon Horman <horms@kernel.org> Link: https://patch.msgid.link/20250629171226.4988-3-andrea.mayer@uniroma2.it Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
committed by
Jakub Kicinski
parent
db3e2ceab3
commit
3bedaff19b
@@ -594,7 +594,7 @@ setup_rt_local_sids()
|
||||
dev "${DUMMY_DEVNAME}"
|
||||
|
||||
# all SIDs for VPNs start with a common locator. Routes and SRv6
|
||||
# Endpoint behavior instaces are grouped together in the 'localsid'
|
||||
# Endpoint behavior instances are grouped together in the 'localsid'
|
||||
# table.
|
||||
ip -netns "${nsname}" -6 rule \
|
||||
add to "${VPN_LOCATOR_SERVICE}::/16" \
|
||||
|
||||
@@ -681,7 +681,7 @@ setup_rt_local_sids()
|
||||
set_underlay_sids_reachability "${rt}" "${rt_neighs}"
|
||||
|
||||
# all SIDs for VPNs start with a common locator. Routes and SRv6
|
||||
# Endpoint behavior instaces are grouped together in the 'localsid'
|
||||
# Endpoint behavior instances are grouped together in the 'localsid'
|
||||
# table.
|
||||
ip -netns "${nsname}" -6 rule \
|
||||
add to "${VPN_LOCATOR_SERVICE}::/16" \
|
||||
|
||||
@@ -395,7 +395,7 @@ setup_rt_local_sids()
|
||||
dev "${VRF_DEVNAME}"
|
||||
|
||||
# all SIDs for VPNs start with a common locator. Routes and SRv6
|
||||
# Endpoint behavior instaces are grouped together in the 'localsid'
|
||||
# Endpoint behavior instances are grouped together in the 'localsid'
|
||||
# table.
|
||||
ip -netns "${nsname}" -6 rule \
|
||||
add to "${VPN_LOCATOR_SERVICE}::/16" \
|
||||
|
||||
@@ -343,7 +343,7 @@ setup_rt_local_sids()
|
||||
encap seg6local action End dev "${DUMMY_DEVNAME}"
|
||||
|
||||
# all SIDs for VPNs start with a common locator. Routes and SRv6
|
||||
# Endpoint behaviors instaces are grouped together in the 'localsid'
|
||||
# Endpoint behaviors instances are grouped together in the 'localsid'
|
||||
# table.
|
||||
ip -netns "${nsname}" -6 rule add \
|
||||
to "${VPN_LOCATOR_SERVICE}::/16" \
|
||||
|
||||
Reference in New Issue
Block a user