~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager:fix-route-end-dhcp-lease

Last commit made on 2018-12-20
Get this branch:
git clone -b fix-route-end-dhcp-lease https://git.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager
Only Alfonso Sanchez-Beato can upload to this branch. If you are Alfonso Sanchez-Beato please log in for upload directions.

Branch merges

Branch information

Name:
fix-route-end-dhcp-lease
Repository:
lp:~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager

Recent commits

06511d9... by Beniamino Galvani <email address hidden>

device: take care of default route of DHCP generated-assumed connections

In general we don't touch the externally set default route on devices
that use a generated-assumed connection. When the IP method is AUTO
(or DHCP), this means that we are not able to restore the default
route after a temporary expiration of the lease which removes
addresses/routes from the device.

Change this, and let NM update the default route for generated-assumed
devices using dynamic addressing.

https://bugzilla.redhat.com/show_bug.cgi?id=1265239
(cherry picked from commit 9b7f9af0776c5b741c616d3af4b0cda522c27295)

c8196c5... by Beniamino Galvani <email address hidden>

device: don't update applied connection for generated assumed devices

The applied connection must describe the configuration that was
initially activated on the device. Even if the IP configuration
changes, we shouldn't reset the applied connection for devices using a
generated-assumed connection, otherwise we would lose information on
the IP method we're trying on the device.

(cherry picked from commit c84fd50287086082a8037ccb112f99b1026edd17)

d1c241c... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix/nm-cve-2018-15688

Merge-Proposal: https://code.launchpad.net/~kzapalowicz/snappy-hwe-snaps/+git/network-manager/+merge/360284

Author: Konrad ZapaƂowicz <email address hidden>

None

ef24bab... by Lennart Poettering <email address hidden>

dhcp6: make sure we have enough space for the DHCP6 option header

Fixes a vulnerability originally discovered by Felix Wilhelm from
Google.

CVE-2018-15688
LP: #1795921
https://bugzilla.redhat.com/show_bug.cgi?id=1639067

(cherry picked from commit 4dac5eaba4e419b29c97da38a8b1f82336c2c892)
(cherry picked from commit 01ca2053bbea09f35b958c8cc7631e15469acb79)
(cherry picked from commit fc230dca139142f409d7bac99dbfabe9b004e2fb)
(cherry picked from commit cc1e5a7f5731f223d1eb8473fa0eecbedfc0ae5f)
(cherry picked from commit c3221cb0c5b4a2936c198e33b6f7853141991277)
(cherry picked from commit f4f765534191ed3c5d8e78b97333f3fd978a2b63)
(cherry picked from commit 2a25872910606d83f0532d668e73ab4809ee7f90)
(cherry picked from commit ec471872e47f389d88a0dc6a12164feed378de39)

98773dc... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix-warning

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager/+merge/354757

Author: Alfonso Sanchez-Beato <email address hidden>

Initialize properly variable in sd-ipv4acd.c

To avoid compiler warning.

a155a16... by Alfonso Sanchez-Beato

Initialize properly variable in sd-ipv4acd.c

To avoid compiler warning.

04d207d... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch fix-dhcp-busy-loop

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager/+merge/354462

Author: Alfonso Sanchez-Beato <email address hidden>

Use recv() instead of read() when reading DHCP packets

This applies systemd commit cf447cb62 to fix a busy loop when an empty
DHCP UDP package has been (LP: #1790974).

f3a9eb6... by Alfonso Sanchez-Beato

ipv4acd/ipv4ll: stop using read() on SOCK_DGRAM sockets

This applies systemd commit e095f51d to fix the same sort of issues
as those exposed in LP: #1790974.

ebbca3d... by Alfonso Sanchez-Beato

Use recv() instead of read() when reading DHCP packets

This applies systemd commit cf447cb62 to fix a busy loop when an empty
DHCP UDP package has been (LP: #1790974).

b562572... by System Enablement CI Bot <email address hidden>

Merge remote tracking branch tweak-timeouts

Merge-Proposal: https://code.launchpad.net/~alfonsosanchezbeato/snappy-hwe-snaps/+git/network-manager/+merge/336819

Author: Alfonso Sanchez-Beato <email address hidden>

Delay reconnect retries for modems: for modems it is better to wait a bit before re-trying to connect, to give a chance for network conditions to change.