summaryrefslogtreecommitdiffstats
path: root/netconfig
diff options
context:
space:
mode:
Diffstat (limited to 'netconfig')
-rw-r--r--netconfig31
1 files changed, 17 insertions, 14 deletions
diff --git a/netconfig b/netconfig
index 0ae58a8..4bc430f 100644
--- a/netconfig
+++ b/netconfig
@@ -47,6 +47,10 @@ NETMASK[0]="$RCMASKCOPY"
IPALIASES[0]=""
USE_DHCP[0]="$USE_DHCP"
DHCP_HOSTNAME[0]="$DHCP_HOSTNAME"
+# IPv6 config information for eth0:
+IP6ADDRS[0]=""
+USE_SLAAC[0]=""
+USE_DHCP6[0]=""
# IPv4 config information for eth1:
IPADDR[1]=""
@@ -54,6 +58,10 @@ NETMASK[1]=""
IPALIASES[1]=""
USE_DHCP[1]=""
DHCP_HOSTNAME[1]=""
+# IPv6 config information for eth1:
+IP6ADDRS[1]=""
+USE_SLAAC[1]=""
+USE_DHCP6[1]=""
# IPv4 config information for eth2:
IPADDR[2]=""
@@ -61,6 +69,10 @@ NETMASK[2]=""
IPALIASES[2]=""
USE_DHCP[2]=""
DHCP_HOSTNAME[2]=""
+# IPv6 config information for eth2:
+IP6ADDRS[2]=""
+USE_SLAAC[2]=""
+USE_DHCP6[2]=""
# IPv4 config information for eth3:
IPADDR[3]=""
@@ -68,23 +80,14 @@ NETMASK[3]=""
IPALIASES[3]=""
USE_DHCP[3]=""
DHCP_HOSTNAME[3]=""
+# IPv6 config information for eth3:
+IP6ADDRS[3]=""
+USE_SLAAC[3]=""
+USE_DHCP6[3]=""
# IPv4 default gateway IP address:
GATEWAY="$GATEWAY"
-
-# =============================================================================
-
-# IPv6 config information for eth0:
-IP6ADDRS[0]=""
-USE_SLAAC[0]=""
-USE_DHCP6[0]=""
-
-# IPv6 config information for eth1:
-IP6ADDRS[1]=""
-USE_SLAAC[1]=""
-USE_DHCP6[1]=""
-
-# IPv6 default gateway address:
+# IPv6 default gateway IP address:
GATEWAY6=""
# =============================================================================