diff options
author | Robby Workman <rworkman@slackware.com> | 2021-02-27 23:36:28 -0600 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2021-02-27 23:47:58 -0600 |
commit | 1dcf396ab627512d0a860dbc8b12e59086540571 (patch) | |
tree | 9a4ef4f66a1dea1bd9e178139420727cb7792a08 /README.networking | |
parent | 8a1dea3d0878f8115ed7a6c61655214d2d070f46 (diff) | |
download | slacknetsetup-1dcf396ab627512d0a860dbc8b12e59086540571.tar.xz |
README.networking: Fix typos (aggrigation --> aggregation)
Diffstat (limited to 'README.networking')
-rw-r--r-- | README.networking | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/README.networking b/README.networking index bf90fec..835db50 100644 --- a/README.networking +++ b/README.networking @@ -261,11 +261,11 @@ IPv6 the way dhcpcd operates, not an issue with rc.inet1. -Bonding / Link Aggrigation +Bonding / Link Aggregation -------------------------- Overview ~~~~~~~~ - Bonding (or Link Aggrigation) is a teccnique for combining two or more + Bonding (or Link Aggregation) is a teccnique for combining two or more physical interfaces into a single, logical, interface; a logical interface which has all the capabilities of a single physical interface. @@ -453,7 +453,7 @@ VLANs (a.k.a, 802.1q) existing support for declaration of a network interface using the standard Slackware IFNAME[x] parameter. As shown in the examples below, VLANs interfaces can be built on top on top of regular, physical, interfaces, or on - top of a bond interface to allow for link aggrigation. + top of a bond interface to allow for link aggregation. The new IFOPT[x] generic interface options parameter can be used to customise the usage and configuration of the VLAN interfaces, but is not required in a |