Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: net: bonding: fix typos

The bonding documentation had several "insure" which is not
properly used in the context. Suggest to change to "ensure"
to improve readability.

Signed-off-by: shunlizhou <shunlizhou@aliyun.com>
Link: https://patch.msgid.link/20241216135447.57681-1-shunlizhou@aliyun.com
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

shunlizhou and committed by
Jakub Kicinski
65c233d8 c9cfced1

+4 -4
+4 -4
Documentation/networking/bonding.rst
··· 1963 1963 match the hardware address of the VLAN interfaces (which was 1964 1964 ultimately copied from an earlier slave). 1965 1965 1966 - There are two methods to insure that the VLAN device operates 1966 + There are two methods to ensure that the VLAN device operates 1967 1967 with the correct hardware address if all slaves are removed from a 1968 1968 bond interface: 1969 1969 ··· 2078 2078 interface basis), and is discarded. The MII monitor is not affected 2079 2079 by the state of the routing table. 2080 2080 2081 - The solution here is simply to insure that slaves do not have 2081 + The solution here is simply to ensure that slaves do not have 2082 2082 routes of their own, and if for some reason they must, those routes do 2083 2083 not supersede routes of their master. This should generally be the 2084 2084 case, but unusual configurations or errant manual or automatic static ··· 2295 2295 the switches have an ISL and play together well. If the 2296 2296 network configuration is such that one switch is specifically 2297 2297 a backup switch (e.g., has lower capacity, higher cost, etc), 2298 - then the primary option can be used to insure that the 2298 + then the primary option can be used to ensure that the 2299 2299 preferred link is always used when it is available. 2300 2300 2301 2301 broadcast: ··· 2322 2322 end connectivity failures (which may be caused by the failure of any 2323 2323 individual component to pass traffic for any reason). Additionally, 2324 2324 the ARP monitor should be configured with multiple targets (at least 2325 - one for each switch in the network). This will insure that, 2325 + one for each switch in the network). This will ensure that, 2326 2326 regardless of which switch is active, the ARP monitor has a suitable 2327 2327 target to query. 2328 2328