From cd752a39f8b0b36378800740c0e5915beabfb56d Mon Sep 17 00:00:00 2001 From: cinap_lenrek Date: Wed, 15 Aug 2018 21:39:30 +0200 Subject: ipv6 autoconfiguration on ethernet for ip autoconfiguration, setup ipv6 link local addresses and do SLAAC in parallel to DHCP. --- rc/bin/inst/configether | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'rc/bin/inst/configether') diff --git a/rc/bin/inst/configether b/rc/bin/inst/configether index f61d464c4..d3568c18d 100755 --- a/rc/bin/inst/configether +++ b/rc/bin/inst/configether @@ -8,10 +8,10 @@ case go echo 'Please choose a method for configuring your ethernet connection.' echo echo ' manual - specify IP address, network mask, gateway IP address' - echo ' dhcp - use DHCP to automatically configure' + echo ' automatic - use DHCP and SLAAC to automatically configure' echo - prompt -d dhcp 'Configuration method' manual dhcp + prompt -d automatic 'Configuration method' manual automatic ethermethod=$rd gwaddr=xxx ipaddr=xxx @@ -26,11 +26,11 @@ case go export DNSSERVER } } - export ethermethod gwaddr ipaddr ipmask dhcphost + export ethermethod gwaddr ipaddr ipmask exec ./startether go case checkdone - if(! ~ $ethermethod manual dhcp) { + if(! ~ $ethermethod manual automatic) { configether=notdone export configether } -- cgit v1.2.3