Bug 10718 - duplicate lines written to /etc/network/interfaces
: duplicate lines written to /etc/network/interfaces
Status: RESOLVED FIXED
Product: SB Touch
Classification: Unclassified
Component: Networking
: unspecified
: PC Other
: -- normal (vote)
: ---
Assigned To: Ben Klaas
:
Depends on:
Blocks:
  Show dependency treegraph
 
Reported: 2009-01-15 15:20 UTC by Ben Klaas
Modified: 2009-09-08 09:12 UTC (History)
2 users (show)

See Also:
Category: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Klaas 2009-01-15 15:20:57 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
Comment 1 Ben Klaas 2009-01-15 22:02:04 UTC
fixed r3850