Skip to content

Commit 65c233d

Browse files
shunlizhoukuba-moo
authored andcommitted
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 <[email protected]> Link: https://patch.msgid.link/[email protected] Signed-off-by: Jakub Kicinski <[email protected]>
1 parent c9cfced commit 65c233d

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

Documentation/networking/bonding.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1963,7 +1963,7 @@ obtain its hardware address from the first slave, which might not
19631963
match the hardware address of the VLAN interfaces (which was
19641964
ultimately copied from an earlier slave).
19651965

1966-
There are two methods to insure that the VLAN device operates
1966+
There are two methods to ensure that the VLAN device operates
19671967
with the correct hardware address if all slaves are removed from a
19681968
bond interface:
19691969

@@ -2078,7 +2078,7 @@ as an unsolicited ARP reply (because ARP matches replies on an
20782078
interface basis), and is discarded. The MII monitor is not affected
20792079
by the state of the routing table.
20802080

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
20822082
routes of their own, and if for some reason they must, those routes do
20832083
not supersede routes of their master. This should generally be the
20842084
case, but unusual configurations or errant manual or automatic static
@@ -2295,7 +2295,7 @@ active-backup:
22952295
the switches have an ISL and play together well. If the
22962296
network configuration is such that one switch is specifically
22972297
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
22992299
preferred link is always used when it is available.
23002300

23012301
broadcast:
@@ -2322,7 +2322,7 @@ monitor can provide a higher level of reliability in detecting end to
23222322
end connectivity failures (which may be caused by the failure of any
23232323
individual component to pass traffic for any reason). Additionally,
23242324
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,
23262326
regardless of which switch is active, the ARP monitor has a suitable
23272327
target to query.
23282328

0 commit comments

Comments
 (0)