diff options
author | Beniamino Galvani <bgalvani@redhat.com> | 2020-06-29 17:33:12 +0200 |
---|---|---|
committer | Beniamino Galvani <bgalvani@redhat.com> | 2020-07-01 17:36:20 +0200 |
commit | dbfe219d5bf4151b93570ae575b7fc127427e5b6 (patch) | |
tree | 41876a258c38211b4e55cc4e8f034d391e087f22 /clients/tests | |
parent | 47817a576cb055552b1fe74ad48c500edea187ae (diff) | |
download | NetworkManager-dbfe219d5bf4151b93570ae575b7fc127427e5b6.tar.gz |
all: add ap-isolation property to wifi setting
Add a new 'ap-isolation' property to the wifi setting, useful to
prevent communication between wireless clients.
Diffstat (limited to 'clients/tests')
-rw-r--r-- | clients/tests/test-client.check-on-disk/test_004.expected | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/clients/tests/test-client.check-on-disk/test_004.expected b/clients/tests/test-client.check-on-disk/test_004.expected index 5ee00fc9e4..0313fce54d 100644 --- a/clients/tests/test-client.check-on-disk/test_004.expected +++ b/clients/tests/test-client.check-on-disk/test_004.expected @@ -58,12 +58,12 @@ location: clients/tests/test-client.py:test_004()/7 cmd: $NMCLI connection mod con-xx1 ipv4.addresses 192.168.77.5/24 ipv4.routes '2.3.4.5/32 192.168.77.1' ipv6.addresses 1:2:3:4::6/64 ipv6.routes 1:2:3:4:5:6::5/128 lang: C returncode: 0 -size: 4464 +size: 4517 location: clients/tests/test-client.py:test_004()/8 cmd: $NMCLI con s con-xx1 lang: C returncode: 0 -stdout: 4336 bytes +stdout: 4389 bytes >>> connection.id: con-xx1 connection.uuid: UUID-con-xx1-REPLACED-REPLACED-REPLA @@ -106,6 +106,7 @@ connection.wait-device-timeout: -1 802-11-wireless.hidden: no 802-11-wireless.powersave: 0 (default) 802-11-wireless.wake-on-wlan: 0x1 (default) +802-11-wireless.ap-isolation: -1 (default) ipv4.method: auto ipv4.dns: -- ipv4.dns-search: -- @@ -160,12 +161,12 @@ proxy.pac-url: -- proxy.pac-script: -- <<< -size: 4492 +size: 4545 location: clients/tests/test-client.py:test_004()/9 cmd: $NMCLI con s con-xx1 lang: pl_PL.UTF-8 returncode: 0 -stdout: 4354 bytes +stdout: 4407 bytes >>> connection.id: con-xx1 connection.uuid: UUID-con-xx1-REPLACED-REPLACED-REPLA @@ -208,6 +209,7 @@ connection.wait-device-timeout: -1 802-11-wireless.hidden: nie 802-11-wireless.powersave: 0 (default) 802-11-wireless.wake-on-wlan: 0x1 (default) +802-11-wireless.ap-isolation: -1 (default) ipv4.method: auto ipv4.dns: -- ipv4.dns-search: -- |