From 4f09f0419943590ab6c298304c5300cf61ca55c1 Mon Sep 17 00:00:00 2001 From: Robby Workman Date: Sat, 27 Feb 2021 23:37:26 -0600 Subject: netconfig and rc.inet1.conf: Fix types (aggrigation -> aggregation) --- netconfig | 2 +- rc.inet1.conf | 2 +- 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 -- cgit v1.2.3