Bugzilla – Bug 10718
duplicate lines written to /etc/network/interfaces
Last modified: 2009-09-08 09:12:39 UTC
--the networking code is far enough along that I think opening bugs is the way to go now. steps to reproduce: through setup: 1. connect to (open) wifi network 'squeezewifi' 2. connect to (WEP) wifi network 'bkbroiler' 3. "forget" network 'squeezewifi' 4. rescan networks 5. connect to wifi network 'squeezewifi' network connects, but duplicate lines are written to /etc/network/interfaces: auto lo iface lo inet loopback iface eth0 inet dhcp script /etc/network/udhcpc_action mapping wlan0 script /etc/network/if_mapping iface bkbroiler inet dhcp script /etc/network/udhcpc_action auto wlan0=squeezewifi iface squeezewifi inet dhcp script /etc/network/udhcpc_action iface squeezewifi inet dhcp script /etc/network/udhcpc_action
fixed r3850