summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren 'Tadgy' Austin <darren@afterdark.org.uk>2019-11-17 18:08:51 +0000
committerRobby Workman <rworkman@slackware.com>2019-11-18 23:29:59 -0600
commit4a21ea93e6e12ce8a1aa3923e1c397d744528fe8 (patch)
tree4246eb0aceade8dc9b666d1333f2929be3c44db7
parent91d708c9769cd307dd35980616131d04d38a66fa (diff)
downloadslacknetsetup-4a21ea93e6e12ce8a1aa3923e1c397d744528fe8.tar.xz
Update text in rc.inet1.conf (and netconfig).
-rw-r--r--netconfig9
-rw-r--r--rc.inet1.conf9
2 files changed, 10 insertions, 8 deletions
diff --git a/netconfig b/netconfig
index 69aae44..533f9f4 100644
--- a/netconfig
+++ b/netconfig
@@ -95,14 +95,15 @@ GATEWAY6=""
# Example of how to configure a bond (link aggrigation) interface.
# Note the addition of the BONDNICS and BONDMODE parameters.
# BONDNICS is a space delimited list of interfaces to add to this bond. The
-# interfaces will be brought up and configured while bringing up the interface,
-# so do not need to be previously defined in rc.inet1.conf.
+# BONDNICS interfaces will be brought up and configured while bringing up the
+# 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'.
-# The IFOPTS[x] option should always include the 'miimon' option when
+# IFOPTS is a pipe (|) delimited list of VLAN 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
-# supplied. When using '802.3ad mode', set "lacp_rate fast" for faster
+# supplied. When using '802.3ad' mode, set "lacp_rate fast" for faster
# recovery from an interface failure. In other modes, the 'xmit_hash_policy'
# should be set.
#IFNAME[0]="bond0"
diff --git a/rc.inet1.conf b/rc.inet1.conf
index 5969655..adf6e8d 100644
--- a/rc.inet1.conf
+++ b/rc.inet1.conf
@@ -71,14 +71,15 @@ GATEWAY6=""
# Example of how to configure a bond (link aggrigation) interface.
# Note the addition of the BONDNICS and BONDMODE parameters.
# BONDNICS is a space delimited list of interfaces to add to this bond. The
-# interfaces will be brought up and configured while bringing up the interface,
-# so do not need to be previously defined in rc.inet1.conf.
+# BONDNICS interfaces will be brought up and configured while bringing up the
+# 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'.
-# The IFOPTS[x] option should always include the 'miimon' option when
+# IFOPTS is a pipe (|) delimited list of VLAN 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
-# supplied. When using '802.3ad mode', set "lacp_rate fast" for faster
+# supplied. When using '802.3ad' mode, set "lacp_rate fast" for faster
# recovery from an interface failure. In other modes, the 'xmit_hash_policy'
# should be set.
#IFNAME[0]="bond0"