summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRobby Workman <rworkman@slackware.com>2021-02-27 23:37:26 -0600
committerRobby Workman <rworkman@slackware.com>2021-02-27 23:47:58 -0600
commit4f09f0419943590ab6c298304c5300cf61ca55c1 (patch)
tree45150ce6ec1f7d1caf9ffcc71c29ba15eef3a204
parent1dcf396ab627512d0a860dbc8b12e59086540571 (diff)
downloadslacknetsetup-4f09f0419943590ab6c298304c5300cf61ca55c1.tar.xz
netconfig and rc.inet1.conf: Fix types (aggrigation -> aggregation)
-rw-r--r--netconfig2
-rw-r--r--rc.inet1.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/netconfig b/netconfig
index a41eb49..06f9294 100644
--- a/netconfig
+++ b/netconfig
@@ -98,7 +98,7 @@ GATEWAY6="$GATEWAY6"
# =============================================================================
-# Example of how to configure a bond (link aggrigation) interface.
+# Example of how to configure a bond (link aggregation) interface.
# Note the addition of the BONDNICS and BONDMODE parameters.
# BONDNICS is a space delimited list of interfaces to add to this bond. The
# BONDNICS interfaces will be brought up and configured while bringing up the
diff --git a/rc.inet1.conf b/rc.inet1.conf
index 4935f68..0daee70 100644
--- a/rc.inet1.conf
+++ b/rc.inet1.conf
@@ -64,7 +64,7 @@ GATEWAY6=""
# =============================================================================
-# Example of how to configure a bond (link aggrigation) interface.
+# Example of how to configure a bond (link aggregation) interface.
# Note the addition of the BONDNICS and BONDMODE parameters.
# BONDNICS is a space delimited list of interfaces to add to this bond. The
# BONDNICS interfaces will be brought up and configured while bringing up the