From 7260afb05f6f946f41fab52a8d3afad456cc5e75 Mon Sep 17 00:00:00 2001 From: Lee Duncan Date: Wed, 1 Sep 2021 11:48:19 -0700 Subject: Update iface.example for ipv6 Make it clear that ipv6 interface files need to have the string "ipv6" in their names. --- etc/iface.example | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/etc/iface.example b/etc/iface.example index 4b7f22c..17894cb 100644 --- a/etc/iface.example +++ b/etc/iface.example @@ -91,6 +91,13 @@ # example # iface.vlan_state = enable +# +# The IPv6 attributes require the interface file +# be named with the string "ipv6" in it. Otherwise, +# parsing such a file will cause errors, since IPv4 +# is otherwise assumed. +# + # OPTIONAL: iface.ipv6_linklocal # Specify the IPV6 Link Local Address with the # link local prefix of FE80::0/64 @@ -155,7 +162,7 @@ # # IPV6 sample config file with neighbor discovery: # BEGIN RECORD 2.0-872 -# iface.iscsi_ifacename = qla4xxx-3-1 +# iface.iscsi_ifacename = qla4xxx-3-1-ipv6 # iface.ipaddress = # iface.hwaddress = 00:0e:1e:04:93:92 # iface.transport_name = qla4xxx @@ -182,7 +189,7 @@ # Sample ipv6 config file(manual configured IPs): # BEGIN RECORD 2.0-872 -# iface.iscsi_ifacename = iface-new-file +# iface.iscsi_ifacename = iface-new-file-ipv6 # iface.ipaddress = fec0:ce00:7014:0041:1111:2222:1e04:9392 # iface.hwaddress = 00:0e:1e:04:93:92 # iface.transport_name = qla4xxx -- cgit v1.2.1