mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-07 18:58:05 +02:00
Actually handle this new parameter in the nm-dispatcher process, setting the value of a new CONNECTIVITY_STATE environment variable accordingly. This patch also includes new tests to check the different cases. https://bugzilla.gnome.org/show_bug.cgi?id=768969
23 lines
544 B
Text
23 lines
544 B
Text
[main]
|
|
action=connectiviy-change
|
|
expected-iface=wlan0
|
|
uuid=3fd2a33a-d81b-423f-ae99-e6baba742311
|
|
id=Random Connection
|
|
connectivity-state=FULL
|
|
|
|
[device]
|
|
state=30
|
|
ip-interface=wlan0
|
|
type=2
|
|
interface=wlan0
|
|
path=/org/freedesktop/NetworkManager/Devices/0
|
|
|
|
[env]
|
|
PATH=
|
|
CONNECTION_UUID=3fd2a33a-d81b-423f-ae99-e6baba742311
|
|
CONNECTION_DBUS_PATH=/org/freedesktop/NetworkManager/Connections/5
|
|
CONNECTION_ID=Random Connection
|
|
CONNECTION_FILENAME=/callouts/tests/dispatcher-connectivity-full
|
|
DEVICE_IFACE=wlan0
|
|
DEVICE_IP_IFACE=wlan0
|
|
CONNECTIVITY_STATE=FULL
|