mirror of
https://github.com/torvalds/linux.git
synced 2026-06-05 04:56:13 +02:00
Merge branch 'seg6-fix-typos-in-comments-within-the-srv6-subsystem'
Andrea Mayer says: ==================== seg6: fix typos in comments within the SRv6 subsystem In this patchset, we correct some typos found both in the SRv6 Endpoints implementation (i.e., seg6local) and in some SRv6 selftests, using codespell. ==================== Link: https://patch.msgid.link/20250629171226.4988-1-andrea.mayer@uniroma2.it Signed-off-by: Jakub Kicinski <kuba@kernel.org>
This commit is contained in:
commit
215891acb4
|
|
@ -2087,7 +2087,7 @@ struct nla_policy seg6_local_flavors_policy[SEG6_LOCAL_FLV_MAX + 1] = {
|
|||
static int seg6_chk_next_csid_cfg(__u8 block_len, __u8 func_len)
|
||||
{
|
||||
/* Locator-Block and Locator-Node Function cannot exceed 128 bits
|
||||
* (i.e. C-SID container lenghts).
|
||||
* (i.e. C-SID container length).
|
||||
*/
|
||||
if (next_csid_chk_cntr_bits(block_len, func_len))
|
||||
return -EINVAL;
|
||||
|
|
|
|||
|
|
@ -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" \
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user