diff options
author | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2021-03-02 12:18:52 +0000 |
---|---|---|
committer | Darren 'Tadgy' Austin <darren@afterdark.org.uk> | 2021-03-02 12:18:52 +0000 |
commit | 9e3c7cdd9fbf73dfbc41bb4e213dc33674567076 (patch) | |
tree | e4bb1bcb69cc8a3914f9a3999e1070a0786393f8 /rc.inet1.conf | |
parent | 7224c8b4e6dd8238a726a874edbb7f4336f9b64e (diff) | |
download | slacknetsetup-9e3c7cdd9fbf73dfbc41bb4e213dc33674567076.tar.xz |
Fix descrepencies between rc.inet1.conf versions.
Diffstat (limited to 'rc.inet1.conf')
-rw-r--r-- | rc.inet1.conf | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/rc.inet1.conf b/rc.inet1.conf index 0daee70..26ef87e 100644 --- a/rc.inet1.conf +++ b/rc.inet1.conf @@ -69,7 +69,7 @@ GATEWAY6="" # 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 # 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 +# 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 bonding module specific settings to be # applied to the interface, and should always include the 'miimon' option when @@ -83,9 +83,7 @@ GATEWAY6="" #BONDNICS[0]="eth0 eth1" #BONDMODE[0]="balance-rr" #IFOPTS[0]="xmit_hash_policy layer2+3 | miimon 100" -#IPADDR[0]="192.168.0.1" -#NETMASK[0]="24" -#IPALIASES[0]="" +#IPADDRS[0]="192.168.0.1/24" #USE_DHCP[0]="" #DHCP_HOSTNAME[0]="" #IP6ADDRS[0]="" @@ -174,7 +172,7 @@ GATEWAY6="" # Some examples of additional network parameters that you can use. #IFNAME[4]="wlan0" # Use a different interface name instead of # the default 'eth4' -#IFOPTS[4]="" # A pipe (|) delimited list of interface type +#IFOPTS[4]="" # A pipe (|) delimited list of interface type # specific options to apply. These options # can be found in the ip-link(8) man page in # the approprite section for the interface |