mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-01-06 01:30:16 +01:00
device: capture the IP6 configuration on the IP interface
Fixes a crash with Bluetooth devices where the device is the BlueZ
device and iface stays 0 while the IP interface is the actual BNEP link.
https://bugzilla.gnome.org/show_bug.cgi?id=782545
(cherry picked from commit 30d06b2253)
This commit is contained in:
parent
54203d986f
commit
390cfec792
1 changed files with 1 additions and 1 deletions
|
|
@ -7758,7 +7758,7 @@ act_stage3_ip6_config_start (NMDevice *self,
|
|||
nm_platform_process_events (nm_device_get_platform (self));
|
||||
g_clear_object (&priv->ext_ip6_config_captured);
|
||||
priv->ext_ip6_config_captured = nm_ip6_config_capture (nm_device_get_platform (self),
|
||||
nm_device_get_ifindex (self),
|
||||
nm_device_get_ip_ifindex (self),
|
||||
FALSE,
|
||||
NM_SETTING_IP6_CONFIG_PRIVACY_UNKNOWN);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue