View Bazaar branches
Get this repository:
git clone https://git.launchpad.net/netcfg

See all merge proposals.

Import details

Import Status: Reviewed

This repository is an import of the Git repository at https://salsa.debian.org/installer-team/netcfg.

The next import is scheduled to run .

Last successful import was .

Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 15 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 40 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-1 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-0 and finished taking 30 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 25 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-5 and finished taking 20 seconds — see the log
Import started on juju-98ee42-prod-launchpad-codeimport-4 and finished taking 30 seconds — see the log

Branches

Name Last Modified Last Commit
master 2024-04-08 20:25:05 UTC
[l10n] Commit changed/added po files (from l10n-sync run at dillon)

Author: D-I role
Author Date: 2024-04-08 20:25:05 UTC

[l10n] Commit changed/added po files (from l10n-sync run at dillon)

pu/disable-hotplug-detection 2023-01-23 17:18:30 UTC
DRAFT: Disable hotplug detection.

Author: Cyril Brulebois
Author Date: 2023-01-21 03:05:00 UTC

DRAFT: Disable hotplug detection.

Last commits about hotplug detection are around 2005, which is a very long
time ago kernel-wise and udev-wise. A wireless USB dongle shared from the
host via libvirt appears as hotpluggable, but both lo and ens3 do as well,
as they appear several times in /etc/network/devhotplug; this seems to
hint that what worked 15+ years ago no longer does.

A regression in ifupdown 0.8.40 (#1022843) broke support for allow-hotplug
entries at boot-up, which led to the following prospecting commit message:

    Writing allow-hotplug entries becomes very problematic when network
    interfaces need some time to show up (e.g. the aforementioned dongle,
    rtl8192cu-based), and networking.service returns before they have a
    chance to appear: this means no configuration at all.

    Switching to auto all the time avoids this issue. And if some device
    is unplugged, the only downside is a slightly longer delay at bootup,
    and a failed networking.service unit.

With the regression fixed, netcfg can probably keep writing allow-hotplug
entries; whether and how to choose between auto and allow-hotplug doesn't
seem obvious though.

pu/ifupdown+wireless-v2 2023-01-23 17:15:36 UTC
Fix DHCP+SLAAC case on wireless interfaces.

Author: Cyril Brulebois
Author Date: 2023-01-21 03:00:33 UTC

Fix DHCP+SLAAC case on wireless interfaces.

At least in the WPA case, wpa-* options cannot be set in both the “inet
dhcp” and the “inet6 auto” stanzas: testing shows that wpa_supplicant
would trigger association, possibly get an address via DHCP, before
moving on to the SLAAC stanza, and deauthenticate, leaving the network
interface DOWN.

If both DHCP and SLAAC are enabled, IPv6 settings should be received
via RAs anyway, so writing a SLAAC entry seems superfluous.

pu/ifupdown+wireless 2023-01-21 03:21:36 UTC
Disable hotplug detection.

Author: Cyril Brulebois
Author Date: 2023-01-21 03:05:00 UTC

Disable hotplug detection.

Last commits about hotplug detection are around 2005, which is a very
long time ago kernel-wise and udev-wise. A wireless USB dongle shared
from the host via libvirt appears as hotpluggable, but both lo and
ens3 appear several times in /etc/network/devhotplug, which seems to
hint that what worked 15+ years ago no longer does.

Writing allow-hotplug entries becomes very problematic when network
interfaces need some time to show up (e.g. the aforementioned dongle,
rtl8192cu-based), and networking.service returns before they have a
chance to appear: this means no configuration at all.

Switching to auto all the time avoids this issue. And if some device
is unplugged, the only downside is a slightly longer delay at bootup,
and a failed networking.service unit.

salsa-ci 2021-05-21 07:39:43 UTC
enable salsa-ci (with branch2repo)

Author: Philip Hands
Author Date: 2021-05-12 12:55:17 UTC

enable salsa-ci (with branch2repo)

jessie 2017-07-13 15:28:59 UTC
releasing version 1.131+deb8u2

Author: Cyril Brulebois
Author Date: 2017-07-13 15:28:59 UTC

releasing version 1.131+deb8u2

jessie-kfreebsd 2015-11-07 16:20:04 UTC
releasing version 1.131+deb8u1+kbsd8u1

Author: Steven Chamberlain
Author Date: 2015-11-07 16:17:44 UTC

releasing version 1.131+deb8u1+kbsd8u1

wheezy 2014-12-29 17:36:48 UTC
releasing version 1.108+deb7u3

Author: Cyril Brulebois
Author Date: 2014-12-29 17:36:48 UTC

releasing version 1.108+deb7u3

pu/wpa 2014-09-16 21:32:34 UTC
Pass extra options to wpa_supplicant (Closes: #761923).

Author: Cyril Brulebois
Author Date: 2014-09-16 21:32:34 UTC

Pass extra options to wpa_supplicant (Closes: #761923).

 - syslog mode (-s), which needs a patched wpa package (see #761922).
 - debug mode (-d), so that it gets a bit more verbose. There's
   also an even more verbose mode (-dd) but that might be overkill
   for the general case (Closes: #761923).

people/pkern/vlan 2012-12-06 23:02:25 UTC
stage YunQiang Su's VLAN patch

Author: Philipp Kern
Author Date: 2012-12-06 22:29:54 UTC

stage YunQiang Su's VLAN patch

| I patched vlan to work with VLAN for linux and kfreebsd now.
| While I have no idea whether we should load 8021q module manually.
|
| I seems that 8021q module is not included in d-i (Linux).
|
| Thanks for Aron Xu to write the templates.

people/sorina/write_config 2012-11-22 13:43:23 UTC
Align structure members and declarations to the left

Author: Sorina Sandu
Author Date: 2012-11-22 13:43:23 UTC

Align structure members and declarations to the left

feature/ipv6 2012-09-15 17:33:56 UTC
Reviewed by jbr

Author: Christian Perrier
Author Date: 2012-09-15 17:33:56 UTC

Reviewed by jbr

feature/write_config 2012-09-13 14:12:37 UTC
Change the structure of connection_file

Author: Sorina Sandu
Author Date: 2012-09-13 14:08:09 UTC

Change the structure of connection_file

people/pkern/ipv6 2012-09-11 16:44:58 UTC
debian/*.templates: use sl6 for strings changed by IPv6 patches

Author: Philipp Kern
Author Date: 2012-09-11 16:44:58 UTC

debian/*.templates: use sl6 for strings changed by IPv6 patches

Use the sublevel 6 designation for all strings changed by the
IPv6 patch set, as instructed by Christian Perrier. Also add
it to the translatable strings which miss a sublevel designation.

Signed-off-by: Philipp Kern <pkern@debian.org>

people/gaudenz/check_netmask 2012-08-20 19:18:04 UTC
Add own error template for malformed netmaks

Author: Gaudenz Steinlin
Author Date: 2012-08-20 19:17:10 UTC

Add own error template for malformed netmaks

people/sorina/check_netmask 2012-08-19 10:09:24 UTC
Verify that the netmask is indeed valid.

Author: Sorina Sandu
Author Date: 2012-08-19 10:09:24 UTC

Verify that the netmask is indeed valid.

people/avtobiff/fix-magic-numbers 2012-08-04 14:06:58 UTC
Remove unused ret variables

Author: Sorina Sandu
Author Date: 2012-08-04 14:06:58 UTC

Remove unused ret variables

people/sorina/link_timeout 2012-08-04 13:18:51 UTC
Remove backup treating for link timeout

Author: Sorina Sandu
Author Date: 2012-08-04 13:12:22 UTC

Remove backup treating for link timeout

people/sorina/coding_style 2012-07-31 16:52:10 UTC
Move DHCP reply constants to netcfg.h and prefixe them with DHCP_

Author: Sorina Sandu
Author Date: 2012-07-31 15:32:23 UTC

Move DHCP reply constants to netcfg.h and prefixe them with DHCP_

people/sorina/show_essids 2012-07-12 21:29:52 UTC
Removed backup capb for invalid_essid template

Author: Sorina Sandu
Author Date: 2012-07-12 21:29:52 UTC

Removed backup capb for invalid_essid template

people/sorina/wpa_psk_go_back_button 2012-06-05 12:36:23 UTC
Fixed backup capability handling.

Author: Sorina Sandu
Author Date: 2012-06-05 12:36:23 UTC

Fixed backup capability handling.

people/cjwatson/ipv6 2012-03-09 16:03:52 UTC
Fix code to strip trailing dots from domains in /etc/hosts (correct in master...

Author: Colin Watson
Author Date: 2012-03-09 16:03:46 UTC

Fix code to strip trailing dots from domains in /etc/hosts (correct in master but broken on ipv6 branch)

people/cjwatson/ipv6-ifupdown-0.7 2011-08-09 14:52:27 UTC
Support new DHCPv6 and SLAAC configuration methods in ifupdown 0.7

Author: Colin Watson
Author Date: 2011-07-06 22:52:11 UTC

Support new DHCPv6 and SLAAC configuration methods in ifupdown 0.7

people/womble/wpa 2011-01-24 04:20:54 UTC
Cleanup WPA patch

Author: Matthew Palmer
Author Date: 2011-01-24 04:00:59 UTC

Cleanup WPA patch

s/iface/if_name/, wrap everything in #ifdef WIRELESS so we don't build WPA
support into arches that shouldn't have it, fix up dependencies for same,
and add a changelog entry so we can build a custom version of netcfg for
test ISOs.

kfreebsd 2010-08-12 09:24:58 UTC
Merge from trunk, up to revision 64306

Author: Aurelien Jarno
Author Date: 2010-08-12 09:24:58 UTC

Merge from trunk, up to revision 64306

r64307

125 of 25 results

Other repositories

Name Last Modified
lp:netcfg 2024-04-25
lp:~ubuntu-installer/netcfg 2021-03-17
lp:~xnox/netcfg/+git/ubuntu-old 2020-06-11
13 of 3 results
You can't create new repositories for netcfg.