netcfg:pu/ifupdown+wireless

Last commit made on 2023-01-21
Get this branch:
git clone -b pu/ifupdown+wireless https://git.launchpad.net/netcfg

Branch merges

Branch information

Name:
pu/ifupdown+wireless
Repository:
lp:netcfg

Recent commits

5ca665c... by Cyril Brulebois

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.

247056d... by Cyril Brulebois

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.

9494d7e... by Cyril Brulebois

Fix ifupdown configuration for wireless connections.

Otherwise we would only leave the loopback interface… When dealing with
a wireless interface that's considered secured (WPA or non-empty WEP
passphrase), protect /etc/network/interfaces by setting its mode to 600.

5e136a9... by Holger Wansing

Declare Standards-Version

f8a740c... by Holger Wansing

netcfg: release version 1.181

4616315... by D-I role <email address hidden>

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

bc64517... by D-I role <email address hidden>

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

eeefec8... by Holger Wansing

Changelog entries

8665d9f... by Holger Wansing <email address hidden>

Merge branch 'lintian-fixes' into 'master'

Fix some issues reported by lintian

See merge request installer-team/netcfg!8

9824eae... by Debian Janitor

Set debhelper-compat version in Build-Depends.

Changes-By: lintian-brush
Fixes: lintian: uses-debhelper-compat-file
See-also: https://lintian.debian.org/tags/uses-debhelper-compat-file.html