diff options
author | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2019-11-20 18:05:55 +0000 |
---|---|---|
committer | Robby Workman <rworkman@slackware.com> | 2019-11-29 19:50:16 -0600 |
commit | 265ae9c733328fda68911f05f85a356e285f2947 (patch) | |
tree | bc7e855d4096bcbf79df30c5e9a4db3b80818b60 | |
parent | b43606259cb4af8a0c120d1bbf25d99d5dec6975 (diff) | |
download | slacknetsetup-265ae9c733328fda68911f05f85a356e285f2947.tar.xz |
Very small correction of rc.inet1.conf text.
-rw-r--r-- | netconfig | 2 | ||||
-rw-r--r-- | rc.inet1.conf | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -112,7 +112,7 @@ GATEWAY6="$GATEWAY6" # bond interface, so do not need to be previously defined in rc.inet1.conf. # BONDMODE sets the bonding mode for this interface. If not specified when # BONDNICS has been used, the default is 'balance-rr'. -# IFOPTS is a pipe (|) delimited list of VLAN module specific settings to be +# IFOPTS is a pipe (|) delimited list of bonding module specific settings to be # applied to the interface, and should always include the 'miimon' option when # configuring bonding - not using this option will result in network # degradation. In 'active-backup' mode, the 'primary' option should also be diff --git a/rc.inet1.conf b/rc.inet1.conf index adf6e8d..4a9df4c 100644 --- a/rc.inet1.conf +++ b/rc.inet1.conf @@ -75,7 +75,7 @@ GATEWAY6="" # bond interface, so do not need to be previously defined in rc.inet1.conf. # BONDMODE sets the bonding mode for this interface. If not specified when # BONDNICS has been used, the default is 'balance-rr'. -# IFOPTS is a pipe (|) delimited list of VLAN module specific settings to be +# IFOPTS is a pipe (|) delimited list of bonding module specific settings to be # applied to the interface, and should always include the 'miimon' option when # configuring bonding - not using this option will result in network # degradation. In 'active-backup' mode, the 'primary' option should also be |