mirror of
https://gitlab.freedesktop.org/NetworkManager/NetworkManager.git
synced 2026-05-16 22:18:07 +02:00
Add a new option that allows to activate a profile multiple times (at the same time). Previoulsy, all profiles were implicitly NM_SETTING_CONNECTION_MULTI_CONNECT_SINGLE, meaning, that activating a profile that is already active will deactivate it first. This will make more sense, as we also add more match-options how profiles can be restricted to particular devices. We already have connection.type, connection.interface-name, and (ethernet|wifi).mac-address to restrict a profile to particular devices. For example, it is however not possible to specify a wildcard like "eth*" to match a profile to a set of devices by interface-name. That is another missing feature, and once we extend the matching capabilities, it makes more sense to activate a profile multiple times. See also https://bugzilla.redhat.com/show_bug.cgi?id=997998, which previously changed that a connection is restricted to a single activation at a time. This work relaxes that again. This only adds the new property, it is not used nor implemented yet. https://bugzilla.redhat.com/show_bug.cgi?id=1555012
16438 lines
816 KiB
Text
16438 lines
816 KiB
Text
size: 244
|
||
location: clients/tests/test-client.py:870:test_003()/1
|
||
cmd: $NMCLI c add type ethernet ifname '*' con-name con-xx1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 80 bytes
|
||
>>>
|
||
Connection 'con-xx1' (UUID-con-xx1-REPLACED-REPLACED-REPLA) successfully added.
|
||
|
||
<<<
|
||
size: 316
|
||
location: clients/tests/test-client.py:873:test_003()/2
|
||
cmd: $NMCLI c s
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 195 bytes
|
||
>>>
|
||
NAME UUID TYPE DEVICE
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
|
||
|
||
<<<
|
||
size: 326
|
||
location: clients/tests/test-client.py:873:test_003()/3
|
||
cmd: $NMCLI c s
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 195 bytes
|
||
>>>
|
||
NAME UUID TYPE DEVICE
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
|
||
|
||
<<<
|
||
size: 228
|
||
location: clients/tests/test-client.py:878:test_003()/4
|
||
cmd: $NMCLI c add type ethernet ifname '*'
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 81 bytes
|
||
>>>
|
||
Connection 'ethernet' (UUID-ethernet-REPLACED-REPLACED-REPL) successfully added.
|
||
|
||
<<<
|
||
size: 385
|
||
location: clients/tests/test-client.py:881:test_003()/5
|
||
cmd: $NMCLI c s
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 264 bytes
|
||
>>>
|
||
NAME UUID TYPE DEVICE
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet --
|
||
|
||
<<<
|
||
size: 395
|
||
location: clients/tests/test-client.py:881:test_003()/6
|
||
cmd: $NMCLI c s
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 264 bytes
|
||
>>>
|
||
NAME UUID TYPE DEVICE
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet --
|
||
|
||
<<<
|
||
size: 1237
|
||
location: clients/tests/test-client.py:884:test_003()/7
|
||
cmd: $NMCLI -f ALL c s
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1108 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 no -- -- -- -- /etc/NetworkManager/system-connections/ethernet
|
||
|
||
<<<
|
||
size: 1247
|
||
location: clients/tests/test-client.py:884:test_003()/8
|
||
cmd: $NMCLI -f ALL c s
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1108 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 nie -- -- -- -- /etc/NetworkManager/system-connections/ethernet
|
||
|
||
<<<
|
||
size: 219
|
||
location: clients/tests/test-client.py:888:test_003()/9
|
||
cmd: $NMCLI --complete-args -f ALL c s ''
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 73 bytes
|
||
>>>
|
||
|
||
--active
|
||
--order
|
||
apath
|
||
con-1
|
||
con-xx1
|
||
ethernet
|
||
filename
|
||
help
|
||
id
|
||
path
|
||
uuid
|
||
<<<
|
||
size: 230
|
||
location: clients/tests/test-client.py:888:test_003()/10
|
||
cmd: $NMCLI --complete-args -f ALL c s ''
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 73 bytes
|
||
>>>
|
||
|
||
--active
|
||
--order
|
||
apath
|
||
con-1
|
||
con-xx1
|
||
ethernet
|
||
filename
|
||
help
|
||
id
|
||
path
|
||
uuid
|
||
<<<
|
||
size: 252
|
||
location: clients/tests/test-client.py:901:test_003()/11
|
||
cmd: $NMCLI con up ethernet ifname eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 106 bytes
|
||
>>>
|
||
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/1)
|
||
|
||
<<<
|
||
size: 386
|
||
location: clients/tests/test-client.py:904:test_003()/12
|
||
cmd: $NMCLI con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 264 bytes
|
||
>>>
|
||
NAME UUID TYPE DEVICE
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet eth0
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
|
||
|
||
<<<
|
||
size: 396
|
||
location: clients/tests/test-client.py:904:test_003()/13
|
||
cmd: $NMCLI con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 264 bytes
|
||
>>>
|
||
NAME UUID TYPE DEVICE
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet eth0
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
|
||
|
||
<<<
|
||
size: 1410
|
||
location: clients/tests/test-client.py:907:test_003()/14
|
||
cmd: $NMCLI -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1280 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth0 activated /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1424
|
||
location: clients/tests/test-client.py:907:test_003()/15
|
||
cmd: $NMCLI -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1284 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth0 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 774
|
||
location: clients/tests/test-client.py:910:test_003()/16
|
||
cmd: $NMCLI -f ALL con s -a
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 640 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth0 activated /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
|
||
<<<
|
||
size: 786
|
||
location: clients/tests/test-client.py:910:test_003()/17
|
||
cmd: $NMCLI -f ALL con s -a
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 642 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth0 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
|
||
<<<
|
||
size: 352
|
||
location: clients/tests/test-client.py:913:test_003()/18
|
||
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 196 bytes
|
||
>>>
|
||
ACTIVE-PATH DEVICE UUID
|
||
/org/freedesktop/NetworkManager/ActiveConnection/1 eth0 UUID-ethernet-REPLACED-REPLACED-REPL
|
||
|
||
<<<
|
||
size: 362
|
||
location: clients/tests/test-client.py:913:test_003()/19
|
||
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 196 bytes
|
||
>>>
|
||
ACTIVE-PATH DEVICE UUID
|
||
/org/freedesktop/NetworkManager/ActiveConnection/1 eth0 UUID-ethernet-REPLACED-REPLACED-REPL
|
||
|
||
<<<
|
||
size: 241
|
||
location: clients/tests/test-client.py:916:test_003()/20
|
||
cmd: $NMCLI -f UUID,NAME con s --active
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 96 bytes
|
||
>>>
|
||
UUID NAME
|
||
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
|
||
|
||
<<<
|
||
size: 251
|
||
location: clients/tests/test-client.py:916:test_003()/21
|
||
cmd: $NMCLI -f UUID,NAME con s --active
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 96 bytes
|
||
>>>
|
||
UUID NAME
|
||
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
|
||
|
||
<<<
|
||
size: 3752
|
||
location: clients/tests/test-client.py:919:test_003()/22
|
||
cmd: $NMCLI -f ALL con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3611 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
|
||
<<<
|
||
size: 3780
|
||
location: clients/tests/test-client.py:919:test_003()/23
|
||
cmd: $NMCLI -f ALL con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3629 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
|
||
<<<
|
||
size: 199
|
||
location: clients/tests/test-client.py:922:test_003()/24
|
||
cmd: $NMCLI -f GENERAL.STATE con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 50 bytes
|
||
>>>
|
||
GENERAL.STATE: activated
|
||
|
||
<<<
|
||
size: 210
|
||
location: clients/tests/test-client.py:922:test_003()/25
|
||
cmd: $NMCLI -f GENERAL.STATE con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 51 bytes
|
||
>>>
|
||
GENERAL.STATE: aktywowano
|
||
|
||
<<<
|
||
size: 4409
|
||
location: clients/tests/test-client.py:925:test_003()/26
|
||
cmd: $NMCLI con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4275 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: activated
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 4441
|
||
location: clients/tests/test-client.py:925:test_003()/27
|
||
cmd: $NMCLI con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4297 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: aktywowano
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 1243
|
||
location: clients/tests/test-client.py:928:test_003()/28
|
||
cmd: $NMCLI -f ALL dev s eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1056 bytes
|
||
>>>
|
||
DEVICE TYPE STATE DBUS-PATH CONNECTION CON-UUID CON-PATH
|
||
eth1 ethernet unavailable /org/freedesktop/NetworkManager/Devices/2 -- -- --
|
||
wlan0 wifi unavailable /org/freedesktop/NetworkManager/Devices/3 -- -- --
|
||
wlan1 wifi unavailable /org/freedesktop/NetworkManager/Devices/4 -- -- --
|
||
wlan1 wifi unavailable /org/freedesktop/NetworkManager/Devices/5 -- -- --
|
||
eth0 ethernet unavailable /org/freedesktop/NetworkManager/Devices/1 ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
|
||
<<<
|
||
stderr: 24 bytes
|
||
>>>
|
||
Unknown parameter: eth0
|
||
|
||
<<<
|
||
size: 1258
|
||
location: clients/tests/test-client.py:928:test_003()/29
|
||
cmd: $NMCLI -f ALL dev s eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1061 bytes
|
||
>>>
|
||
DEVICE TYPE STATE DBUS-PATH CONNECTION CON-UUID CON-PATH
|
||
eth1 ethernet niedostępne /org/freedesktop/NetworkManager/Devices/2 -- -- --
|
||
wlan0 wifi niedostępne /org/freedesktop/NetworkManager/Devices/3 -- -- --
|
||
wlan1 wifi niedostępne /org/freedesktop/NetworkManager/Devices/4 -- -- --
|
||
wlan1 wifi niedostępne /org/freedesktop/NetworkManager/Devices/5 -- -- --
|
||
eth0 ethernet niedostępne /org/freedesktop/NetworkManager/Devices/1 ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
|
||
<<<
|
||
stderr: 24 bytes
|
||
>>>
|
||
Nieznany parametr: eth0
|
||
|
||
<<<
|
||
size: 3390
|
||
location: clients/tests/test-client.py:931:test_003()/30
|
||
cmd: $NMCLI -f ALL dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3250 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 3423
|
||
location: clients/tests/test-client.py:931:test_003()/31
|
||
cmd: $NMCLI -f ALL dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3273 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2165
|
||
location: clients/tests/test-client.py:934:test_003()/32
|
||
cmd: $NMCLI -f ALL -t dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2022 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2175
|
||
location: clients/tests/test-client.py:934:test_003()/33
|
||
cmd: $NMCLI -f ALL -t dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2022 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 252
|
||
location: clients/tests/test-client.py:901:test_003()/34
|
||
cmd: $NMCLI con up ethernet ifname eth1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 106 bytes
|
||
>>>
|
||
Connection successfully activated (D-Bus active path: /org/freedesktop/NetworkManager/ActiveConnection/2)
|
||
|
||
<<<
|
||
size: 452
|
||
location: clients/tests/test-client.py:904:test_003()/35
|
||
cmd: $NMCLI con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 330 bytes
|
||
>>>
|
||
NAME UUID TYPE DEVICE
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet eth0
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet eth1
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
|
||
|
||
<<<
|
||
size: 462
|
||
location: clients/tests/test-client.py:904:test_003()/36
|
||
cmd: $NMCLI con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 330 bytes
|
||
>>>
|
||
NAME UUID TYPE DEVICE
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet eth0
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet eth1
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet --
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet --
|
||
|
||
<<<
|
||
size: 1730
|
||
location: clients/tests/test-client.py:907:test_003()/37
|
||
cmd: $NMCLI -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1600 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth0 activated /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth1 activated /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1745
|
||
location: clients/tests/test-client.py:907:test_003()/38
|
||
cmd: $NMCLI -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1605 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth0 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth1 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1094
|
||
location: clients/tests/test-client.py:910:test_003()/39
|
||
cmd: $NMCLI -f ALL con s -a
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 960 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth0 activated /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth1 activated /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
|
||
<<<
|
||
size: 1107
|
||
location: clients/tests/test-client.py:910:test_003()/40
|
||
cmd: $NMCLI -f ALL con s -a
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 963 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth0 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth1 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
|
||
<<<
|
||
size: 450
|
||
location: clients/tests/test-client.py:913:test_003()/41
|
||
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 294 bytes
|
||
>>>
|
||
ACTIVE-PATH DEVICE UUID
|
||
/org/freedesktop/NetworkManager/ActiveConnection/1 eth0 UUID-ethernet-REPLACED-REPLACED-REPL
|
||
/org/freedesktop/NetworkManager/ActiveConnection/2 eth1 UUID-ethernet-REPLACED-REPLACED-REPL
|
||
|
||
<<<
|
||
size: 460
|
||
location: clients/tests/test-client.py:913:test_003()/42
|
||
cmd: $NMCLI -f ACTIVE-PATH,DEVICE,UUID con s -act
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 294 bytes
|
||
>>>
|
||
ACTIVE-PATH DEVICE UUID
|
||
/org/freedesktop/NetworkManager/ActiveConnection/1 eth0 UUID-ethernet-REPLACED-REPLACED-REPL
|
||
/org/freedesktop/NetworkManager/ActiveConnection/2 eth1 UUID-ethernet-REPLACED-REPLACED-REPL
|
||
|
||
<<<
|
||
size: 241
|
||
location: clients/tests/test-client.py:916:test_003()/43
|
||
cmd: $NMCLI -f UUID,NAME con s --active
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 96 bytes
|
||
>>>
|
||
UUID NAME
|
||
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
|
||
|
||
<<<
|
||
size: 251
|
||
location: clients/tests/test-client.py:916:test_003()/44
|
||
cmd: $NMCLI -f UUID,NAME con s --active
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 96 bytes
|
||
>>>
|
||
UUID NAME
|
||
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
|
||
|
||
<<<
|
||
size: 3752
|
||
location: clients/tests/test-client.py:919:test_003()/45
|
||
cmd: $NMCLI -f ALL con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3611 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
|
||
<<<
|
||
size: 3780
|
||
location: clients/tests/test-client.py:919:test_003()/46
|
||
cmd: $NMCLI -f ALL con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3629 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
|
||
<<<
|
||
size: 251
|
||
location: clients/tests/test-client.py:922:test_003()/47
|
||
cmd: $NMCLI -f GENERAL.STATE con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 101 bytes
|
||
>>>
|
||
GENERAL.STATE: activated
|
||
|
||
GENERAL.STATE: activated
|
||
|
||
<<<
|
||
size: 263
|
||
location: clients/tests/test-client.py:922:test_003()/48
|
||
cmd: $NMCLI -f GENERAL.STATE con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 103 bytes
|
||
>>>
|
||
GENERAL.STATE: aktywowano
|
||
|
||
GENERAL.STATE: aktywowano
|
||
|
||
<<<
|
||
size: 5074
|
||
location: clients/tests/test-client.py:925:test_003()/49
|
||
cmd: $NMCLI con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4940 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: activated
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: activated
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 5110
|
||
location: clients/tests/test-client.py:925:test_003()/50
|
||
cmd: $NMCLI con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4966 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: aktywowano
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: aktywowano
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 1243
|
||
location: clients/tests/test-client.py:928:test_003()/51
|
||
cmd: $NMCLI -f ALL dev s eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1056 bytes
|
||
>>>
|
||
DEVICE TYPE STATE DBUS-PATH CONNECTION CON-UUID CON-PATH
|
||
wlan0 wifi unavailable /org/freedesktop/NetworkManager/Devices/3 -- -- --
|
||
wlan1 wifi unavailable /org/freedesktop/NetworkManager/Devices/4 -- -- --
|
||
wlan1 wifi unavailable /org/freedesktop/NetworkManager/Devices/5 -- -- --
|
||
eth0 ethernet unavailable /org/freedesktop/NetworkManager/Devices/1 ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
eth1 ethernet unavailable /org/freedesktop/NetworkManager/Devices/2 ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
|
||
<<<
|
||
stderr: 24 bytes
|
||
>>>
|
||
Unknown parameter: eth0
|
||
|
||
<<<
|
||
size: 1258
|
||
location: clients/tests/test-client.py:928:test_003()/52
|
||
cmd: $NMCLI -f ALL dev s eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1061 bytes
|
||
>>>
|
||
DEVICE TYPE STATE DBUS-PATH CONNECTION CON-UUID CON-PATH
|
||
wlan0 wifi niedostępne /org/freedesktop/NetworkManager/Devices/3 -- -- --
|
||
wlan1 wifi niedostępne /org/freedesktop/NetworkManager/Devices/4 -- -- --
|
||
wlan1 wifi niedostępne /org/freedesktop/NetworkManager/Devices/5 -- -- --
|
||
eth0 ethernet niedostępne /org/freedesktop/NetworkManager/Devices/1 ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
eth1 ethernet niedostępne /org/freedesktop/NetworkManager/Devices/2 ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
|
||
<<<
|
||
stderr: 24 bytes
|
||
>>>
|
||
Nieznany parametr: eth0
|
||
|
||
<<<
|
||
size: 3390
|
||
location: clients/tests/test-client.py:931:test_003()/53
|
||
cmd: $NMCLI -f ALL dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3250 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 3423
|
||
location: clients/tests/test-client.py:931:test_003()/54
|
||
cmd: $NMCLI -f ALL dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3273 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2165
|
||
location: clients/tests/test-client.py:934:test_003()/55
|
||
cmd: $NMCLI -f ALL -t dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2022 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2175
|
||
location: clients/tests/test-client.py:934:test_003()/56
|
||
cmd: $NMCLI -f ALL -t dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2022 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 1745
|
||
location: clients/tests/test-client.py:949:test_003()/57
|
||
cmd: $NMCLI -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1615 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth1 activated /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth0 deactivating /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1765
|
||
location: clients/tests/test-client.py:949:test_003()/58
|
||
cmd: $NMCLI -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1625 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth1 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth0 dezaktywowanie /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 327
|
||
location: clients/tests/test-client.py:952:test_003()/59
|
||
cmd: $NMCLI -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 192 bytes
|
||
>>>
|
||
UUID TYPE
|
||
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 337
|
||
location: clients/tests/test-client.py:952:test_003()/60
|
||
cmd: $NMCLI -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 192 bytes
|
||
>>>
|
||
UUID TYPE
|
||
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 5077
|
||
location: clients/tests/test-client.py:955:test_003()/61
|
||
cmd: $NMCLI con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4943 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: activated
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 5114
|
||
location: clients/tests/test-client.py:955:test_003()/62
|
||
cmd: $NMCLI con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4970 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: aktywowano
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 4452
|
||
location: clients/tests/test-client.py:958:test_003()/63
|
||
cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4278 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 4485
|
||
location: clients/tests/test-client.py:958:test_003()/64
|
||
cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4301 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 3390
|
||
location: clients/tests/test-client.py:961:test_003()/65
|
||
cmd: $NMCLI -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3250 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 3423
|
||
location: clients/tests/test-client.py:961:test_003()/66
|
||
cmd: $NMCLI -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3273 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2027
|
||
location: clients/tests/test-client.py:949:test_003()/67
|
||
cmd: $NMCLI --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1885 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m0[0m [32mnever[0m [32myes[0m [32m0[0m [32mno[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32myes[0m [32meth1[0m [32mactivated[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m0[0m [31mnever[0m [31myes[0m [31m0[0m [31mno[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31myes[0m [31meth0[0m [31mdeactivating[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 2047
|
||
location: clients/tests/test-client.py:949:test_003()/68
|
||
cmd: $NMCLI --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1895 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m0[0m [32mnigdy[0m [32mtak[0m [32m0[0m [32mnie[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32mtak[0m [32meth1[0m [32maktywowano[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m0[0m [31mnigdy[0m [31mtak[0m [31m0[0m [31mnie[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31mtak[0m [31meth0[0m [31mdezaktywowanie[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 357
|
||
location: clients/tests/test-client.py:952:test_003()/69
|
||
cmd: $NMCLI --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 210 bytes
|
||
>>>
|
||
UUID TYPE
|
||
[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 367
|
||
location: clients/tests/test-client.py:952:test_003()/70
|
||
cmd: $NMCLI --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 210 bytes
|
||
>>>
|
||
UUID TYPE
|
||
[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 5089
|
||
location: clients/tests/test-client.py:955:test_003()/71
|
||
cmd: $NMCLI --color yes con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4943 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: activated
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 5126
|
||
location: clients/tests/test-client.py:955:test_003()/72
|
||
cmd: $NMCLI --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4970 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: aktywowano
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 4464
|
||
location: clients/tests/test-client.py:958:test_003()/73
|
||
cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4278 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 4497
|
||
location: clients/tests/test-client.py:958:test_003()/74
|
||
cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4301 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 3402
|
||
location: clients/tests/test-client.py:961:test_003()/75
|
||
cmd: $NMCLI --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3250 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 3435
|
||
location: clients/tests/test-client.py:961:test_003()/76
|
||
cmd: $NMCLI --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3273 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2231
|
||
location: clients/tests/test-client.py:949:test_003()/77
|
||
cmd: $NMCLI --pretty -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2092 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth1 activated /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth0 deactivating /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 2273
|
||
location: clients/tests/test-client.py:949:test_003()/78
|
||
cmd: $NMCLI --pretty -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2124 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth1 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth0 dezaktywowanie /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 538
|
||
location: clients/tests/test-client.py:952:test_003()/79
|
||
cmd: $NMCLI --pretty -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 394 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
UUID TYPE
|
||
--------------------------------------------------------------------------------------
|
||
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 568
|
||
location: clients/tests/test-client.py:952:test_003()/80
|
||
cmd: $NMCLI --pretty -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 414 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
UUID TYPE
|
||
------------------------------------------------------------------------------------------
|
||
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 6331
|
||
location: clients/tests/test-client.py:955:test_003()/81
|
||
cmd: $NMCLI --pretty con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 6188 bytes
|
||
>>>
|
||
===============================================================================
|
||
Connection profile details (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: activated
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 6387
|
||
location: clients/tests/test-client.py:955:test_003()/82
|
||
cmd: $NMCLI --pretty con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 6234 bytes
|
||
>>>
|
||
===============================================================================
|
||
Szczegóły profilu połączenia (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: aktywowano
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 5393
|
||
location: clients/tests/test-client.py:958:test_003()/83
|
||
cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 5210 bytes
|
||
>>>
|
||
===============================================================================
|
||
Connection profile details (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 5438
|
||
location: clients/tests/test-client.py:958:test_003()/84
|
||
cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 5245 bytes
|
||
>>>
|
||
===============================================================================
|
||
Szczegóły profilu połączenia (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4250
|
||
location: clients/tests/test-client.py:961:test_003()/85
|
||
cmd: $NMCLI --pretty -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4101 bytes
|
||
>>>
|
||
===============================================================================
|
||
Device details (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4289
|
||
location: clients/tests/test-client.py:961:test_003()/86
|
||
cmd: $NMCLI --pretty -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4130 bytes
|
||
>>>
|
||
===============================================================================
|
||
Informacje o urządzeniu (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 2513
|
||
location: clients/tests/test-client.py:949:test_003()/87
|
||
cmd: $NMCLI --pretty --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2362 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m0[0m [32mnever[0m [32myes[0m [32m0[0m [32mno[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32myes[0m [32meth1[0m [32mactivated[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m0[0m [31mnever[0m [31myes[0m [31m0[0m [31mno[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31myes[0m [31meth0[0m [31mdeactivating[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 2555
|
||
location: clients/tests/test-client.py:949:test_003()/88
|
||
cmd: $NMCLI --pretty --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2394 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m0[0m [32mnigdy[0m [32mtak[0m [32m0[0m [32mnie[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32mtak[0m [32meth1[0m [32maktywowano[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m0[0m [31mnigdy[0m [31mtak[0m [31m0[0m [31mnie[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31mtak[0m [31meth0[0m [31mdezaktywowanie[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 568
|
||
location: clients/tests/test-client.py:952:test_003()/89
|
||
cmd: $NMCLI --pretty --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 412 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
UUID TYPE
|
||
--------------------------------------------------------------------------------------
|
||
[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 598
|
||
location: clients/tests/test-client.py:952:test_003()/90
|
||
cmd: $NMCLI --pretty --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 432 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
UUID TYPE
|
||
------------------------------------------------------------------------------------------
|
||
[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 6343
|
||
location: clients/tests/test-client.py:955:test_003()/91
|
||
cmd: $NMCLI --pretty --color yes con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 6188 bytes
|
||
>>>
|
||
===============================================================================
|
||
Connection profile details (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: activated
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 6399
|
||
location: clients/tests/test-client.py:955:test_003()/92
|
||
cmd: $NMCLI --pretty --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 6234 bytes
|
||
>>>
|
||
===============================================================================
|
||
Szczegóły profilu połączenia (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: aktywowano
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 5405
|
||
location: clients/tests/test-client.py:958:test_003()/93
|
||
cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 5210 bytes
|
||
>>>
|
||
===============================================================================
|
||
Connection profile details (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 5450
|
||
location: clients/tests/test-client.py:958:test_003()/94
|
||
cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 5245 bytes
|
||
>>>
|
||
===============================================================================
|
||
Szczegóły profilu połączenia (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4262
|
||
location: clients/tests/test-client.py:961:test_003()/95
|
||
cmd: $NMCLI --pretty --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4101 bytes
|
||
>>>
|
||
===============================================================================
|
||
Device details (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4301
|
||
location: clients/tests/test-client.py:961:test_003()/96
|
||
cmd: $NMCLI --pretty --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4130 bytes
|
||
>>>
|
||
===============================================================================
|
||
Informacje o urządzeniu (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 1008
|
||
location: clients/tests/test-client.py:949:test_003()/97
|
||
cmd: $NMCLI --terse -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 871 bytes
|
||
>>>
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth1:activated:/org/freedesktop/NetworkManager/ActiveConnection/2::/etc/NetworkManager/system-connections/ethernet
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth0:deactivating:/org/freedesktop/NetworkManager/ActiveConnection/1::/etc/NetworkManager/system-connections/ethernet
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1018
|
||
location: clients/tests/test-client.py:949:test_003()/98
|
||
cmd: $NMCLI --terse -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 871 bytes
|
||
>>>
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth1:activated:/org/freedesktop/NetworkManager/ActiveConnection/2::/etc/NetworkManager/system-connections/ethernet
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth0:deactivating:/org/freedesktop/NetworkManager/ActiveConnection/1::/etc/NetworkManager/system-connections/ethernet
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 299
|
||
location: clients/tests/test-client.py:952:test_003()/99
|
||
cmd: $NMCLI --terse -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 156 bytes
|
||
>>>
|
||
UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 310
|
||
location: clients/tests/test-client.py:952:test_003()/100
|
||
cmd: $NMCLI --terse -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 156 bytes
|
||
>>>
|
||
UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 2749
|
||
location: clients/tests/test-client.py:955:test_003()/101
|
||
cmd: $NMCLI --terse con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2606 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth1
|
||
GENERAL.STATE:activated
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2759
|
||
location: clients/tests/test-client.py:955:test_003()/102
|
||
cmd: $NMCLI --terse con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2606 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth1
|
||
GENERAL.STATE:activated
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2421
|
||
location: clients/tests/test-client.py:958:test_003()/103
|
||
cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2238 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2431
|
||
location: clients/tests/test-client.py:958:test_003()/104
|
||
cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2238 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2171
|
||
location: clients/tests/test-client.py:961:test_003()/105
|
||
cmd: $NMCLI --terse -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2022 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2181
|
||
location: clients/tests/test-client.py:961:test_003()/106
|
||
cmd: $NMCLI --terse -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2022 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 1292
|
||
location: clients/tests/test-client.py:949:test_003()/107
|
||
cmd: $NMCLI --terse --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1141 bytes
|
||
>>>
|
||
[32methernet[0m:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[32m802-3-ethernet[0m:[32m0[0m:[32mnever[0m:[32myes[0m:[32m0[0m:[32mno[0m:[32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[32myes[0m:[32meth1[0m:[32mactivated[0m:[32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m:[32m[0m:[32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m:[31mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[31m802-3-ethernet[0m:[31m0[0m:[31mnever[0m:[31myes[0m:[31m0[0m:[31mno[0m:[31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[31myes[0m:[31meth0[0m:[31mdeactivating[0m:[31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m:[31m[0m:[31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1302
|
||
location: clients/tests/test-client.py:949:test_003()/108
|
||
cmd: $NMCLI --terse --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1141 bytes
|
||
>>>
|
||
[32methernet[0m:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[32m802-3-ethernet[0m:[32m0[0m:[32mnever[0m:[32myes[0m:[32m0[0m:[32mno[0m:[32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[32myes[0m:[32meth1[0m:[32mactivated[0m:[32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m:[32m[0m:[32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m:[31mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[31m802-3-ethernet[0m:[31m0[0m:[31mnever[0m:[31myes[0m:[31m0[0m:[31mno[0m:[31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[31myes[0m:[31meth0[0m:[31mdeactivating[0m:[31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m:[31m[0m:[31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 330
|
||
location: clients/tests/test-client.py:952:test_003()/109
|
||
cmd: $NMCLI --terse --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 174 bytes
|
||
>>>
|
||
[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[32m802-3-ethernet[0m
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 340
|
||
location: clients/tests/test-client.py:952:test_003()/110
|
||
cmd: $NMCLI --terse --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 174 bytes
|
||
>>>
|
||
[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[32m802-3-ethernet[0m
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 2761
|
||
location: clients/tests/test-client.py:955:test_003()/111
|
||
cmd: $NMCLI --terse --color yes con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2606 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth1
|
||
GENERAL.STATE:activated
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2771
|
||
location: clients/tests/test-client.py:955:test_003()/112
|
||
cmd: $NMCLI --terse --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2606 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth1
|
||
GENERAL.STATE:activated
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2433
|
||
location: clients/tests/test-client.py:958:test_003()/113
|
||
cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2238 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2443
|
||
location: clients/tests/test-client.py:958:test_003()/114
|
||
cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2238 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2183
|
||
location: clients/tests/test-client.py:961:test_003()/115
|
||
cmd: $NMCLI --terse --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2022 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2193
|
||
location: clients/tests/test-client.py:961:test_003()/116
|
||
cmd: $NMCLI --terse --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2022 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 1761
|
||
location: clients/tests/test-client.py:949:test_003()/117
|
||
cmd: $NMCLI --mode tabular -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1615 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth1 activated /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth0 deactivating /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1781
|
||
location: clients/tests/test-client.py:949:test_003()/118
|
||
cmd: $NMCLI --mode tabular -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1625 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth1 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth0 dezaktywowanie /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 343
|
||
location: clients/tests/test-client.py:952:test_003()/119
|
||
cmd: $NMCLI --mode tabular -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 192 bytes
|
||
>>>
|
||
UUID TYPE
|
||
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 353
|
||
location: clients/tests/test-client.py:952:test_003()/120
|
||
cmd: $NMCLI --mode tabular -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 192 bytes
|
||
>>>
|
||
UUID TYPE
|
||
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 3388
|
||
location: clients/tests/test-client.py:955:test_003()/121
|
||
cmd: $NMCLI --mode tabular con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3238 bytes
|
||
>>>
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no no yes -1 (unknown) stable-privacy -- yes -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
proxy none no -- --
|
||
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth1 activated no no -- no /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 3422
|
||
location: clients/tests/test-client.py:955:test_003()/122
|
||
cmd: $NMCLI --mode tabular con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3262 bytes
|
||
>>>
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie nie tak -1 (unknown) stable-privacy -- tak -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
proxy none nie -- --
|
||
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth1 aktywowano nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 2946
|
||
location: clients/tests/test-client.py:958:test_003()/123
|
||
cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2756 bytes
|
||
>>>
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no no yes -1 (unknown) stable-privacy -- yes -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
proxy none no -- --
|
||
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 2978
|
||
location: clients/tests/test-client.py:958:test_003()/124
|
||
cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2778 bytes
|
||
>>>
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie nie tak -1 (unknown) stable-privacy -- tak -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
proxy none nie -- --
|
||
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 2899
|
||
location: clients/tests/test-client.py:961:test_003()/125
|
||
cmd: $NMCLI --mode tabular -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2743 bytes
|
||
>>>
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (unavailable) 0 (No reason given) /sys/devices/virtual/eth0 -- no yes yes no no -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 unknown
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
CAPABILITIES no 100 Mb/s no no
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
WIRED-PROPERTIES off --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2930
|
||
location: clients/tests/test-client.py:961:test_003()/126
|
||
cmd: $NMCLI --mode tabular -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2764 bytes
|
||
>>>
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (niedostępne) 0 (Nie podano przyczyny) /sys/devices/virtual/eth0 -- nie tak tak nie nie -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 nieznane
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
CAPABILITIES nie 100 Mb/s nie nie
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
WIRED-PROPERTIES wyłączone --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2043
|
||
location: clients/tests/test-client.py:949:test_003()/127
|
||
cmd: $NMCLI --mode tabular --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1885 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m0[0m [32mnever[0m [32myes[0m [32m0[0m [32mno[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32myes[0m [32meth1[0m [32mactivated[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m0[0m [31mnever[0m [31myes[0m [31m0[0m [31mno[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31myes[0m [31meth0[0m [31mdeactivating[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 2063
|
||
location: clients/tests/test-client.py:949:test_003()/128
|
||
cmd: $NMCLI --mode tabular --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1895 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m0[0m [32mnigdy[0m [32mtak[0m [32m0[0m [32mnie[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32mtak[0m [32meth1[0m [32maktywowano[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m0[0m [31mnigdy[0m [31mtak[0m [31m0[0m [31mnie[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31mtak[0m [31meth0[0m [31mdezaktywowanie[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 373
|
||
location: clients/tests/test-client.py:952:test_003()/129
|
||
cmd: $NMCLI --mode tabular --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 210 bytes
|
||
>>>
|
||
UUID TYPE
|
||
[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 383
|
||
location: clients/tests/test-client.py:952:test_003()/130
|
||
cmd: $NMCLI --mode tabular --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 210 bytes
|
||
>>>
|
||
UUID TYPE
|
||
[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 3400
|
||
location: clients/tests/test-client.py:955:test_003()/131
|
||
cmd: $NMCLI --mode tabular --color yes con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3238 bytes
|
||
>>>
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no no yes -1 (unknown) stable-privacy -- yes -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
proxy none no -- --
|
||
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth1 activated no no -- no /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 3434
|
||
location: clients/tests/test-client.py:955:test_003()/132
|
||
cmd: $NMCLI --mode tabular --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3262 bytes
|
||
>>>
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie nie tak -1 (unknown) stable-privacy -- tak -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
proxy none nie -- --
|
||
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth1 aktywowano nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 2958
|
||
location: clients/tests/test-client.py:958:test_003()/133
|
||
cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2756 bytes
|
||
>>>
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no no yes -1 (unknown) stable-privacy -- yes -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
proxy none no -- --
|
||
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 2990
|
||
location: clients/tests/test-client.py:958:test_003()/134
|
||
cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2778 bytes
|
||
>>>
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie nie tak -1 (unknown) stable-privacy -- tak -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
proxy none nie -- --
|
||
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 2911
|
||
location: clients/tests/test-client.py:961:test_003()/135
|
||
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2743 bytes
|
||
>>>
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (unavailable) 0 (No reason given) /sys/devices/virtual/eth0 -- no yes yes no no -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 unknown
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
CAPABILITIES no 100 Mb/s no no
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
WIRED-PROPERTIES off --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2942
|
||
location: clients/tests/test-client.py:961:test_003()/136
|
||
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2764 bytes
|
||
>>>
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (niedostępne) 0 (Nie podano przyczyny) /sys/devices/virtual/eth0 -- nie tak tak nie nie -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 nieznane
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
CAPABILITIES nie 100 Mb/s nie nie
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
WIRED-PROPERTIES wyłączone --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2247
|
||
location: clients/tests/test-client.py:949:test_003()/137
|
||
cmd: $NMCLI --mode tabular --pretty -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2092 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth1 activated /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth0 deactivating /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 2289
|
||
location: clients/tests/test-client.py:949:test_003()/138
|
||
cmd: $NMCLI --mode tabular --pretty -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2124 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth1 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth0 dezaktywowanie /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 554
|
||
location: clients/tests/test-client.py:952:test_003()/139
|
||
cmd: $NMCLI --mode tabular --pretty -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 394 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
UUID TYPE
|
||
--------------------------------------------------------------------------------------
|
||
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 584
|
||
location: clients/tests/test-client.py:952:test_003()/140
|
||
cmd: $NMCLI --mode tabular --pretty -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 414 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
UUID TYPE
|
||
------------------------------------------------------------------------------------------
|
||
UUID-ethernet-REPLACED-REPLACED-REPL ethernet
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 5565
|
||
location: clients/tests/test-client.py:955:test_003()/141
|
||
cmd: $NMCLI --mode tabular --pretty con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 5406 bytes
|
||
>>>
|
||
=========================================
|
||
Connection profile details (ethernet)
|
||
=========================================
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no no yes -1 (unknown) stable-privacy -- yes -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
--------------------------------------------------
|
||
proxy none no -- --
|
||
|
||
======================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
======================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth1 activated no no -- no /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
======================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
======================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 5659
|
||
location: clients/tests/test-client.py:955:test_003()/142
|
||
cmd: $NMCLI --mode tabular --pretty con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 5490 bytes
|
||
>>>
|
||
===========================================
|
||
Szczegóły profilu połączenia (ethernet)
|
||
===========================================
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie nie tak -1 (unknown) stable-privacy -- tak -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
--------------------------------------------------
|
||
proxy none nie -- --
|
||
|
||
===========================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===========================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth1 aktywowano nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
===========================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===========================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 4671
|
||
location: clients/tests/test-client.py:958:test_003()/143
|
||
cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4472 bytes
|
||
>>>
|
||
=========================================
|
||
Connection profile details (ethernet)
|
||
=========================================
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no no yes -1 (unknown) stable-privacy -- yes -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
--------------------------------------------------
|
||
proxy none no -- --
|
||
|
||
======================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
======================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 4743
|
||
location: clients/tests/test-client.py:958:test_003()/144
|
||
cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4534 bytes
|
||
>>>
|
||
===========================================
|
||
Szczegóły profilu połączenia (ethernet)
|
||
===========================================
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie nie tak -1 (unknown) stable-privacy -- tak -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
--------------------------------------------------
|
||
proxy none nie -- --
|
||
|
||
===========================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===========================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 4360
|
||
location: clients/tests/test-client.py:961:test_003()/145
|
||
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4195 bytes
|
||
>>>
|
||
=========================
|
||
Device details (eth0)
|
||
=========================
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (unavailable) 0 (No reason given) /sys/devices/virtual/eth0 -- no yes yes no no -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 unknown
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
------------------------------------------------------------
|
||
CAPABILITIES no 100 Mb/s no no
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
---------------------------------------------
|
||
WIRED-PROPERTIES off --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
---------------
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
--------------------------------------------------------------------------------------------------
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 4428
|
||
location: clients/tests/test-client.py:961:test_003()/146
|
||
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4253 bytes
|
||
>>>
|
||
==================================
|
||
Informacje o urządzeniu (eth0)
|
||
==================================
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (niedostępne) 0 (Nie podano przyczyny) /sys/devices/virtual/eth0 -- nie tak tak nie nie -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 nieznane
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
------------------------------------------------------------
|
||
CAPABILITIES nie 100 Mb/s nie nie
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
-----------------------------------------------
|
||
WIRED-PROPERTIES wyłączone --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
---------------
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
--------------------------------------------------------------------------------------------------
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2529
|
||
location: clients/tests/test-client.py:949:test_003()/147
|
||
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2362 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m0[0m [32mnever[0m [32myes[0m [32m0[0m [32mno[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32myes[0m [32meth1[0m [32mactivated[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m0[0m [31mnever[0m [31myes[0m [31m0[0m [31mno[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31myes[0m [31meth0[0m [31mdeactivating[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 2571
|
||
location: clients/tests/test-client.py:949:test_003()/148
|
||
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2394 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m0[0m [32mnigdy[0m [32mtak[0m [32m0[0m [32mnie[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32mtak[0m [32meth1[0m [32maktywowano[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m0[0m [31mnigdy[0m [31mtak[0m [31m0[0m [31mnie[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31mtak[0m [31meth0[0m [31mdezaktywowanie[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 584
|
||
location: clients/tests/test-client.py:952:test_003()/149
|
||
cmd: $NMCLI --mode tabular --pretty --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 412 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
UUID TYPE
|
||
--------------------------------------------------------------------------------------
|
||
[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 614
|
||
location: clients/tests/test-client.py:952:test_003()/150
|
||
cmd: $NMCLI --mode tabular --pretty --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 432 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
UUID TYPE
|
||
------------------------------------------------------------------------------------------
|
||
[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 5577
|
||
location: clients/tests/test-client.py:955:test_003()/151
|
||
cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 5406 bytes
|
||
>>>
|
||
=========================================
|
||
Connection profile details (ethernet)
|
||
=========================================
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no no yes -1 (unknown) stable-privacy -- yes -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
--------------------------------------------------
|
||
proxy none no -- --
|
||
|
||
======================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
======================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth1 activated no no -- no /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
======================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
======================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 5671
|
||
location: clients/tests/test-client.py:955:test_003()/152
|
||
cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 5490 bytes
|
||
>>>
|
||
===========================================
|
||
Szczegóły profilu połączenia (ethernet)
|
||
===========================================
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie nie tak -1 (unknown) stable-privacy -- tak -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
--------------------------------------------------
|
||
proxy none nie -- --
|
||
|
||
===========================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===========================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth1 aktywowano nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/2 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
===========================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===========================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 4683
|
||
location: clients/tests/test-client.py:958:test_003()/153
|
||
cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4472 bytes
|
||
>>>
|
||
=========================================
|
||
Connection profile details (ethernet)
|
||
=========================================
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- yes 0 -1 (default) 0 (default) -1 0 no -- -- -- -- -1 (default) -- 0 unknown default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
802-3-ethernet -- 0 -- no -- -- -- -- auto -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no -- 0 (default) yes -- -- no yes -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) no no no yes -1 (unknown) stable-privacy -- yes -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
--------------------------------------------------
|
||
proxy none no -- --
|
||
|
||
======================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
======================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 4755
|
||
location: clients/tests/test-client.py:958:test_003()/154
|
||
cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4534 bytes
|
||
>>>
|
||
===========================================
|
||
Szczegóły profilu połączenia (ethernet)
|
||
===========================================
|
||
name id uuid stable-id type interface-name autoconnect autoconnect-priority autoconnect-retries multi-connect auth-retries timestamp read-only permissions zone master slave-type autoconnect-slaves secondaries gateway-ping-timeout metered lldp mdns
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
connection ethernet UUID-ethernet-REPLACED-REPLACED-REPL -- 802-3-ethernet -- tak 0 -1 (default) 0 (default) -1 0 nie -- -- -- -- -1 (default) -- 0 nieznane default -1 (default)
|
||
|
||
name port speed duplex auto-negotiate mac-address cloned-mac-address generate-mac-address-mask mac-address-blacklist mtu s390-subchannels s390-nettype s390-options wake-on-lan wake-on-lan-password
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
802-3-ethernet -- 0 -- nie -- -- -- -- automatyczne -- -- -- default --
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns dhcp-client-id dhcp-timeout dhcp-send-hostname dhcp-hostname dhcp-fqdn never-default may-fail dad-timeout
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv4 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie -- 0 (default) tak -- -- nie tak -1 (default)
|
||
|
||
name method dns dns-search dns-options dns-priority addresses gateway routes route-metric route-table ignore-auto-routes ignore-auto-dns never-default may-fail ip6-privacy addr-gen-mode dhcp-duid dhcp-send-hostname dhcp-hostname token
|
||
------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ipv6 auto -- -- "" 0 -- -- -- -1 0 (unspec) nie nie nie tak -1 (unknown) stable-privacy -- tak -- --
|
||
|
||
name method browser-only pac-url pac-script
|
||
--------------------------------------------------
|
||
proxy none nie -- --
|
||
|
||
===========================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===========================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 4372
|
||
location: clients/tests/test-client.py:961:test_003()/155
|
||
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4195 bytes
|
||
>>>
|
||
=========================
|
||
Device details (eth0)
|
||
=========================
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (unavailable) 0 (No reason given) /sys/devices/virtual/eth0 -- no yes yes no no -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 unknown
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
------------------------------------------------------------
|
||
CAPABILITIES no 100 Mb/s no no
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
---------------------------------------------
|
||
WIRED-PROPERTIES off --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
---------------
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
--------------------------------------------------------------------------------------------------
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 4440
|
||
location: clients/tests/test-client.py:961:test_003()/156
|
||
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4253 bytes
|
||
>>>
|
||
==================================
|
||
Informacje o urządzeniu (eth0)
|
||
==================================
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (niedostępne) 0 (Nie podano przyczyny) /sys/devices/virtual/eth0 -- nie tak tak nie nie -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 nieznane
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
------------------------------------------------------------
|
||
CAPABILITIES nie 100 Mb/s nie nie
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
-----------------------------------------------
|
||
WIRED-PROPERTIES wyłączone --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
---------------
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
--------------------------------------------------------------------------------------------------
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 1024
|
||
location: clients/tests/test-client.py:949:test_003()/157
|
||
cmd: $NMCLI --mode tabular --terse -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 871 bytes
|
||
>>>
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth1:activated:/org/freedesktop/NetworkManager/ActiveConnection/2::/etc/NetworkManager/system-connections/ethernet
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth0:deactivating:/org/freedesktop/NetworkManager/ActiveConnection/1::/etc/NetworkManager/system-connections/ethernet
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1034
|
||
location: clients/tests/test-client.py:949:test_003()/158
|
||
cmd: $NMCLI --mode tabular --terse -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 871 bytes
|
||
>>>
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth1:activated:/org/freedesktop/NetworkManager/ActiveConnection/2::/etc/NetworkManager/system-connections/ethernet
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth0:deactivating:/org/freedesktop/NetworkManager/ActiveConnection/1::/etc/NetworkManager/system-connections/ethernet
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 315
|
||
location: clients/tests/test-client.py:952:test_003()/159
|
||
cmd: $NMCLI --mode tabular --terse -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 156 bytes
|
||
>>>
|
||
UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 325
|
||
location: clients/tests/test-client.py:952:test_003()/160
|
||
cmd: $NMCLI --mode tabular --terse -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 156 bytes
|
||
>>>
|
||
UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 825
|
||
location: clients/tests/test-client.py:955:test_003()/161
|
||
cmd: $NMCLI --mode tabular --terse con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 668 bytes
|
||
>>>
|
||
connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1
|
||
802-3-ethernet::0::no:::::auto::::default:
|
||
ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1
|
||
ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes::
|
||
proxy:none:no::
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:activated:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
<<<
|
||
size: 835
|
||
location: clients/tests/test-client.py:955:test_003()/162
|
||
cmd: $NMCLI --mode tabular --terse con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 668 bytes
|
||
>>>
|
||
connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1
|
||
802-3-ethernet::0::no:::::auto::::default:
|
||
ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1
|
||
ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes::
|
||
proxy:none:no::
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:activated:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
<<<
|
||
size: 678
|
||
location: clients/tests/test-client.py:958:test_003()/163
|
||
cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 481 bytes
|
||
>>>
|
||
connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1
|
||
802-3-ethernet::0::no:::::auto::::default:
|
||
ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1
|
||
ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes::
|
||
proxy:none:no::
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
<<<
|
||
size: 688
|
||
location: clients/tests/test-client.py:958:test_003()/164
|
||
cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 481 bytes
|
||
>>>
|
||
connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1
|
||
802-3-ethernet::0::no:::::auto::::default:
|
||
ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1
|
||
ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes::
|
||
proxy:none:no::
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
<<<
|
||
size: 1351
|
||
location: clients/tests/test-client.py:961:test_003()/165
|
||
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1187 bytes
|
||
>>>
|
||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||
CAPABILITIES:no:100 Mb/s:no:no
|
||
WIRED-PROPERTIES:off:
|
||
IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64:192.168.213.113:sear4.foo4.bar:192.168.156.115 | 192.168.8.33
|
||
DHCP4:
|
||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 1361
|
||
location: clients/tests/test-client.py:961:test_003()/166
|
||
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1187 bytes
|
||
>>>
|
||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||
CAPABILITIES:no:100 Mb/s:no:no
|
||
WIRED-PROPERTIES:off:
|
||
IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64:192.168.213.113:sear4.foo4.bar:192.168.156.115 | 192.168.8.33
|
||
DHCP4:
|
||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 1307
|
||
location: clients/tests/test-client.py:949:test_003()/167
|
||
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1141 bytes
|
||
>>>
|
||
[32methernet[0m:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[32m802-3-ethernet[0m:[32m0[0m:[32mnever[0m:[32myes[0m:[32m0[0m:[32mno[0m:[32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[32myes[0m:[32meth1[0m:[32mactivated[0m:[32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m:[32m[0m:[32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m:[31mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[31m802-3-ethernet[0m:[31m0[0m:[31mnever[0m:[31myes[0m:[31m0[0m:[31mno[0m:[31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[31myes[0m:[31meth0[0m:[31mdeactivating[0m:[31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m:[31m[0m:[31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1317
|
||
location: clients/tests/test-client.py:949:test_003()/168
|
||
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1141 bytes
|
||
>>>
|
||
[32methernet[0m:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[32m802-3-ethernet[0m:[32m0[0m:[32mnever[0m:[32myes[0m:[32m0[0m:[32mno[0m:[32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[32myes[0m:[32meth1[0m:[32mactivated[0m:[32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m:[32m[0m:[32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m:[31mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[31m802-3-ethernet[0m:[31m0[0m:[31mnever[0m:[31myes[0m:[31m0[0m:[31mno[0m:[31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[31myes[0m:[31meth0[0m:[31mdeactivating[0m:[31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m:[31m[0m:[31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 345
|
||
location: clients/tests/test-client.py:952:test_003()/169
|
||
cmd: $NMCLI --mode tabular --terse --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 174 bytes
|
||
>>>
|
||
[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[32m802-3-ethernet[0m
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 355
|
||
location: clients/tests/test-client.py:952:test_003()/170
|
||
cmd: $NMCLI --mode tabular --terse --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 174 bytes
|
||
>>>
|
||
[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[32m802-3-ethernet[0m
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 837
|
||
location: clients/tests/test-client.py:955:test_003()/171
|
||
cmd: $NMCLI --mode tabular --terse --color yes con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 668 bytes
|
||
>>>
|
||
connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1
|
||
802-3-ethernet::0::no:::::auto::::default:
|
||
ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1
|
||
ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes::
|
||
proxy:none:no::
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:activated:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
<<<
|
||
size: 847
|
||
location: clients/tests/test-client.py:955:test_003()/172
|
||
cmd: $NMCLI --mode tabular --terse --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 668 bytes
|
||
>>>
|
||
connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1
|
||
802-3-ethernet::0::no:::::auto::::default:
|
||
ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1
|
||
ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes::
|
||
proxy:none:no::
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth1:activated:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/2:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
<<<
|
||
size: 690
|
||
location: clients/tests/test-client.py:958:test_003()/173
|
||
cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 481 bytes
|
||
>>>
|
||
connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1
|
||
802-3-ethernet::0::no:::::auto::::default:
|
||
ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1
|
||
ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes::
|
||
proxy:none:no::
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
<<<
|
||
size: 700
|
||
location: clients/tests/test-client.py:958:test_003()/174
|
||
cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 481 bytes
|
||
>>>
|
||
connection:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL::802-3-ethernet::yes:0:-1:0:-1:0:no:::::-1::0:unknown:default:-1
|
||
802-3-ethernet::0::no:::::auto::::default:
|
||
ipv4:auto::: :0::::-1:0:no:no::0:yes:::no:yes:-1
|
||
ipv6:auto::: :0::::-1:0:no:no:no:yes:-1:stable-privacy::yes::
|
||
proxy:none:no::
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
<<<
|
||
size: 1363
|
||
location: clients/tests/test-client.py:961:test_003()/175
|
||
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1187 bytes
|
||
>>>
|
||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||
CAPABILITIES:no:100 Mb/s:no:no
|
||
WIRED-PROPERTIES:off:
|
||
IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64:192.168.213.113:sear4.foo4.bar:192.168.156.115 | 192.168.8.33
|
||
DHCP4:
|
||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 1373
|
||
location: clients/tests/test-client.py:961:test_003()/176
|
||
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1187 bytes
|
||
>>>
|
||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||
CAPABILITIES:no:100 Mb/s:no:no
|
||
WIRED-PROPERTIES:off:
|
||
IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64:192.168.213.113:sear4.foo4.bar:192.168.156.115 | 192.168.8.33
|
||
DHCP4:
|
||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 3415
|
||
location: clients/tests/test-client.py:949:test_003()/177
|
||
cmd: $NMCLI --mode multiline -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3267 bytes
|
||
>>>
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: yes
|
||
DEVICE: eth1
|
||
STATE: activated
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: yes
|
||
DEVICE: eth0
|
||
STATE: deactivating
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 3434
|
||
location: clients/tests/test-client.py:949:test_003()/178
|
||
cmd: $NMCLI --mode multiline -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3276 bytes
|
||
>>>
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: tak
|
||
DEVICE: eth1
|
||
STATE: aktywowano
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: tak
|
||
DEVICE: eth0
|
||
STATE: dezaktywowanie
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 531
|
||
location: clients/tests/test-client.py:952:test_003()/179
|
||
cmd: $NMCLI --mode multiline -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 378 bytes
|
||
>>>
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
|
||
<<<
|
||
size: 541
|
||
location: clients/tests/test-client.py:952:test_003()/180
|
||
cmd: $NMCLI --mode multiline -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 378 bytes
|
||
>>>
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
|
||
<<<
|
||
size: 5095
|
||
location: clients/tests/test-client.py:955:test_003()/181
|
||
cmd: $NMCLI --mode multiline con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4943 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: activated
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 5132
|
||
location: clients/tests/test-client.py:955:test_003()/182
|
||
cmd: $NMCLI --mode multiline con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4970 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: aktywowano
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 4470
|
||
location: clients/tests/test-client.py:958:test_003()/183
|
||
cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4278 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 4503
|
||
location: clients/tests/test-client.py:958:test_003()/184
|
||
cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4301 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 3408
|
||
location: clients/tests/test-client.py:961:test_003()/185
|
||
cmd: $NMCLI --mode multiline -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3250 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 3441
|
||
location: clients/tests/test-client.py:961:test_003()/186
|
||
cmd: $NMCLI --mode multiline -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3273 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 3697
|
||
location: clients/tests/test-client.py:949:test_003()/187
|
||
cmd: $NMCLI --mode multiline --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3537 bytes
|
||
>>>
|
||
NAME: [32methernet[0m
|
||
UUID: [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [32methernet[0m
|
||
TIMESTAMP: [32m0[0m
|
||
TIMESTAMP-REAL: [32mnever[0m
|
||
AUTOCONNECT: [32myes[0m
|
||
AUTOCONNECT-PRIORITY: [32m0[0m
|
||
READONLY: [32mno[0m
|
||
DBUS-PATH: [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [32myes[0m
|
||
DEVICE: [32meth1[0m
|
||
STATE: [32mactivated[0m
|
||
ACTIVE-PATH: [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m
|
||
SLAVE: [32m--[0m
|
||
FILENAME: [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME: [31methernet[0m
|
||
UUID: [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [31methernet[0m
|
||
TIMESTAMP: [31m0[0m
|
||
TIMESTAMP-REAL: [31mnever[0m
|
||
AUTOCONNECT: [31myes[0m
|
||
AUTOCONNECT-PRIORITY: [31m0[0m
|
||
READONLY: [31mno[0m
|
||
DBUS-PATH: [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [31myes[0m
|
||
DEVICE: [31meth0[0m
|
||
STATE: [31mdeactivating[0m
|
||
ACTIVE-PATH: [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m
|
||
SLAVE: [31m--[0m
|
||
FILENAME: [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 3716
|
||
location: clients/tests/test-client.py:949:test_003()/188
|
||
cmd: $NMCLI --mode multiline --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3546 bytes
|
||
>>>
|
||
NAME: [32methernet[0m
|
||
UUID: [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [32methernet[0m
|
||
TIMESTAMP: [32m0[0m
|
||
TIMESTAMP-REAL: [32mnigdy[0m
|
||
AUTOCONNECT: [32mtak[0m
|
||
AUTOCONNECT-PRIORITY: [32m0[0m
|
||
READONLY: [32mnie[0m
|
||
DBUS-PATH: [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [32mtak[0m
|
||
DEVICE: [32meth1[0m
|
||
STATE: [32maktywowano[0m
|
||
ACTIVE-PATH: [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m
|
||
SLAVE: [32m--[0m
|
||
FILENAME: [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME: [31methernet[0m
|
||
UUID: [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [31methernet[0m
|
||
TIMESTAMP: [31m0[0m
|
||
TIMESTAMP-REAL: [31mnigdy[0m
|
||
AUTOCONNECT: [31mtak[0m
|
||
AUTOCONNECT-PRIORITY: [31m0[0m
|
||
READONLY: [31mnie[0m
|
||
DBUS-PATH: [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [31mtak[0m
|
||
DEVICE: [31meth0[0m
|
||
STATE: [31mdezaktywowanie[0m
|
||
ACTIVE-PATH: [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m
|
||
SLAVE: [31m--[0m
|
||
FILENAME: [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 561
|
||
location: clients/tests/test-client.py:952:test_003()/189
|
||
cmd: $NMCLI --mode multiline --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 396 bytes
|
||
>>>
|
||
UUID: [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [32methernet[0m
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
|
||
<<<
|
||
size: 571
|
||
location: clients/tests/test-client.py:952:test_003()/190
|
||
cmd: $NMCLI --mode multiline --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 396 bytes
|
||
>>>
|
||
UUID: [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [32methernet[0m
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
|
||
<<<
|
||
size: 5107
|
||
location: clients/tests/test-client.py:955:test_003()/191
|
||
cmd: $NMCLI --mode multiline --color yes con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4943 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: activated
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 5144
|
||
location: clients/tests/test-client.py:955:test_003()/192
|
||
cmd: $NMCLI --mode multiline --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4970 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: aktywowano
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 4482
|
||
location: clients/tests/test-client.py:958:test_003()/193
|
||
cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4278 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 4515
|
||
location: clients/tests/test-client.py:958:test_003()/194
|
||
cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4301 bytes
|
||
>>>
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 3420
|
||
location: clients/tests/test-client.py:961:test_003()/195
|
||
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3250 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 3453
|
||
location: clients/tests/test-client.py:961:test_003()/196
|
||
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3273 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 3961
|
||
location: clients/tests/test-client.py:949:test_003()/197
|
||
cmd: $NMCLI --mode multiline --pretty -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3804 bytes
|
||
>>>
|
||
===============================================================================
|
||
NetworkManager connection profiles
|
||
===============================================================================
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: yes
|
||
DEVICE: eth1
|
||
STATE: activated
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
-------------------------------------------------------------------------------
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: yes
|
||
DEVICE: eth0
|
||
STATE: deactivating
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 3986
|
||
location: clients/tests/test-client.py:949:test_003()/198
|
||
cmd: $NMCLI --mode multiline --pretty -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3819 bytes
|
||
>>>
|
||
===============================================================================
|
||
Profile połączeń usługi NetworkManager
|
||
===============================================================================
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: tak
|
||
DEVICE: eth1
|
||
STATE: aktywowano
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
-------------------------------------------------------------------------------
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: tak
|
||
DEVICE: eth0
|
||
STATE: dezaktywowanie
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 997
|
||
location: clients/tests/test-client.py:952:test_003()/199
|
||
cmd: $NMCLI --mode multiline --pretty -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 835 bytes
|
||
>>>
|
||
===============================================================================
|
||
NetworkManager connection profiles
|
||
===============================================================================
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 1013
|
||
location: clients/tests/test-client.py:952:test_003()/200
|
||
cmd: $NMCLI --mode multiline --pretty -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 841 bytes
|
||
>>>
|
||
===============================================================================
|
||
Profile połączeń usługi NetworkManager
|
||
===============================================================================
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 6349
|
||
location: clients/tests/test-client.py:955:test_003()/201
|
||
cmd: $NMCLI --mode multiline --pretty con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 6188 bytes
|
||
>>>
|
||
===============================================================================
|
||
Connection profile details (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: activated
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 6405
|
||
location: clients/tests/test-client.py:955:test_003()/202
|
||
cmd: $NMCLI --mode multiline --pretty con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 6234 bytes
|
||
>>>
|
||
===============================================================================
|
||
Szczegóły profilu połączenia (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: aktywowano
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 5411
|
||
location: clients/tests/test-client.py:958:test_003()/203
|
||
cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 5210 bytes
|
||
>>>
|
||
===============================================================================
|
||
Connection profile details (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 5456
|
||
location: clients/tests/test-client.py:958:test_003()/204
|
||
cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 5245 bytes
|
||
>>>
|
||
===============================================================================
|
||
Szczegóły profilu połączenia (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4268
|
||
location: clients/tests/test-client.py:961:test_003()/205
|
||
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4101 bytes
|
||
>>>
|
||
===============================================================================
|
||
Device details (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4307
|
||
location: clients/tests/test-client.py:961:test_003()/206
|
||
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4130 bytes
|
||
>>>
|
||
===============================================================================
|
||
Informacje o urządzeniu (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4243
|
||
location: clients/tests/test-client.py:949:test_003()/207
|
||
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4074 bytes
|
||
>>>
|
||
===============================================================================
|
||
NetworkManager connection profiles
|
||
===============================================================================
|
||
NAME: [32methernet[0m
|
||
UUID: [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [32methernet[0m
|
||
TIMESTAMP: [32m0[0m
|
||
TIMESTAMP-REAL: [32mnever[0m
|
||
AUTOCONNECT: [32myes[0m
|
||
AUTOCONNECT-PRIORITY: [32m0[0m
|
||
READONLY: [32mno[0m
|
||
DBUS-PATH: [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [32myes[0m
|
||
DEVICE: [32meth1[0m
|
||
STATE: [32mactivated[0m
|
||
ACTIVE-PATH: [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m
|
||
SLAVE: [32m--[0m
|
||
FILENAME: [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
-------------------------------------------------------------------------------
|
||
NAME: [31methernet[0m
|
||
UUID: [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [31methernet[0m
|
||
TIMESTAMP: [31m0[0m
|
||
TIMESTAMP-REAL: [31mnever[0m
|
||
AUTOCONNECT: [31myes[0m
|
||
AUTOCONNECT-PRIORITY: [31m0[0m
|
||
READONLY: [31mno[0m
|
||
DBUS-PATH: [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [31myes[0m
|
||
DEVICE: [31meth0[0m
|
||
STATE: [31mdeactivating[0m
|
||
ACTIVE-PATH: [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m
|
||
SLAVE: [31m--[0m
|
||
FILENAME: [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4268
|
||
location: clients/tests/test-client.py:949:test_003()/208
|
||
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4089 bytes
|
||
>>>
|
||
===============================================================================
|
||
Profile połączeń usługi NetworkManager
|
||
===============================================================================
|
||
NAME: [32methernet[0m
|
||
UUID: [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [32methernet[0m
|
||
TIMESTAMP: [32m0[0m
|
||
TIMESTAMP-REAL: [32mnigdy[0m
|
||
AUTOCONNECT: [32mtak[0m
|
||
AUTOCONNECT-PRIORITY: [32m0[0m
|
||
READONLY: [32mnie[0m
|
||
DBUS-PATH: [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [32mtak[0m
|
||
DEVICE: [32meth1[0m
|
||
STATE: [32maktywowano[0m
|
||
ACTIVE-PATH: [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m
|
||
SLAVE: [32m--[0m
|
||
FILENAME: [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
-------------------------------------------------------------------------------
|
||
NAME: [31methernet[0m
|
||
UUID: [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [31methernet[0m
|
||
TIMESTAMP: [31m0[0m
|
||
TIMESTAMP-REAL: [31mnigdy[0m
|
||
AUTOCONNECT: [31mtak[0m
|
||
AUTOCONNECT-PRIORITY: [31m0[0m
|
||
READONLY: [31mnie[0m
|
||
DBUS-PATH: [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [31mtak[0m
|
||
DEVICE: [31meth0[0m
|
||
STATE: [31mdezaktywowanie[0m
|
||
ACTIVE-PATH: [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m
|
||
SLAVE: [31m--[0m
|
||
FILENAME: [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 1027
|
||
location: clients/tests/test-client.py:952:test_003()/209
|
||
cmd: $NMCLI --mode multiline --pretty --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 853 bytes
|
||
>>>
|
||
===============================================================================
|
||
NetworkManager connection profiles
|
||
===============================================================================
|
||
UUID: [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [32methernet[0m
|
||
-------------------------------------------------------------------------------
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 1043
|
||
location: clients/tests/test-client.py:952:test_003()/210
|
||
cmd: $NMCLI --mode multiline --pretty --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 859 bytes
|
||
>>>
|
||
===============================================================================
|
||
Profile połączeń usługi NetworkManager
|
||
===============================================================================
|
||
UUID: [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [32methernet[0m
|
||
-------------------------------------------------------------------------------
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 6361
|
||
location: clients/tests/test-client.py:955:test_003()/211
|
||
cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 6188 bytes
|
||
>>>
|
||
===============================================================================
|
||
Connection profile details (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: activated
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 6417
|
||
location: clients/tests/test-client.py:955:test_003()/212
|
||
cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 6234 bytes
|
||
>>>
|
||
===============================================================================
|
||
Szczegóły profilu połączenia (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth1
|
||
GENERAL.STATE: aktywowano
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 5423
|
||
location: clients/tests/test-client.py:958:test_003()/213
|
||
cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 5210 bytes
|
||
>>>
|
||
===============================================================================
|
||
Connection profile details (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: yes
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: no
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: unknown
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: no
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: auto
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: no
|
||
ipv4.ignore-auto-dns: no
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: yes
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: no
|
||
ipv4.may-fail: yes
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: no
|
||
ipv6.ignore-auto-dns: no
|
||
ipv6.never-default: no
|
||
ipv6.may-fail: yes
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: yes
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: no
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 5468
|
||
location: clients/tests/test-client.py:958:test_003()/214
|
||
cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 5245 bytes
|
||
>>>
|
||
===============================================================================
|
||
Szczegóły profilu połączenia (ethernet)
|
||
===============================================================================
|
||
connection.id: ethernet
|
||
connection.uuid: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id: --
|
||
connection.type: 802-3-ethernet
|
||
connection.interface-name: --
|
||
connection.autoconnect: tak
|
||
connection.autoconnect-priority: 0
|
||
connection.autoconnect-retries: -1 (default)
|
||
connection.multi-connect: 0 (default)
|
||
connection.auth-retries: -1
|
||
connection.timestamp: 0
|
||
connection.read-only: nie
|
||
connection.permissions: --
|
||
connection.zone: --
|
||
connection.master: --
|
||
connection.slave-type: --
|
||
connection.autoconnect-slaves: -1 (default)
|
||
connection.secondaries: --
|
||
connection.gateway-ping-timeout: 0
|
||
connection.metered: nieznane
|
||
connection.lldp: default
|
||
connection.mdns: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
802-3-ethernet.port: --
|
||
802-3-ethernet.speed: 0
|
||
802-3-ethernet.duplex: --
|
||
802-3-ethernet.auto-negotiate: nie
|
||
802-3-ethernet.mac-address: --
|
||
802-3-ethernet.cloned-mac-address: --
|
||
802-3-ethernet.generate-mac-address-mask:--
|
||
802-3-ethernet.mac-address-blacklist: --
|
||
802-3-ethernet.mtu: automatyczne
|
||
802-3-ethernet.s390-subchannels: --
|
||
802-3-ethernet.s390-nettype: --
|
||
802-3-ethernet.s390-options: --
|
||
802-3-ethernet.wake-on-lan: default
|
||
802-3-ethernet.wake-on-lan-password: --
|
||
-------------------------------------------------------------------------------
|
||
ipv4.method: auto
|
||
ipv4.dns: --
|
||
ipv4.dns-search: --
|
||
ipv4.dns-options: ""
|
||
ipv4.dns-priority: 0
|
||
ipv4.addresses: --
|
||
ipv4.gateway: --
|
||
ipv4.routes: --
|
||
ipv4.route-metric: -1
|
||
ipv4.route-table: 0 (unspec)
|
||
ipv4.ignore-auto-routes: nie
|
||
ipv4.ignore-auto-dns: nie
|
||
ipv4.dhcp-client-id: --
|
||
ipv4.dhcp-timeout: 0 (default)
|
||
ipv4.dhcp-send-hostname: tak
|
||
ipv4.dhcp-hostname: --
|
||
ipv4.dhcp-fqdn: --
|
||
ipv4.never-default: nie
|
||
ipv4.may-fail: tak
|
||
ipv4.dad-timeout: -1 (default)
|
||
-------------------------------------------------------------------------------
|
||
ipv6.method: auto
|
||
ipv6.dns: --
|
||
ipv6.dns-search: --
|
||
ipv6.dns-options: ""
|
||
ipv6.dns-priority: 0
|
||
ipv6.addresses: --
|
||
ipv6.gateway: --
|
||
ipv6.routes: --
|
||
ipv6.route-metric: -1
|
||
ipv6.route-table: 0 (unspec)
|
||
ipv6.ignore-auto-routes: nie
|
||
ipv6.ignore-auto-dns: nie
|
||
ipv6.never-default: nie
|
||
ipv6.may-fail: tak
|
||
ipv6.ip6-privacy: -1 (unknown)
|
||
ipv6.addr-gen-mode: stable-privacy
|
||
ipv6.dhcp-duid: --
|
||
ipv6.dhcp-send-hostname: tak
|
||
ipv6.dhcp-hostname: --
|
||
ipv6.token: --
|
||
-------------------------------------------------------------------------------
|
||
proxy.method: none
|
||
proxy.browser-only: nie
|
||
proxy.pac-url: --
|
||
proxy.pac-script: --
|
||
-------------------------------------------------------------------------------
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4280
|
||
location: clients/tests/test-client.py:961:test_003()/215
|
||
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4101 bytes
|
||
>>>
|
||
===============================================================================
|
||
Device details (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4319
|
||
location: clients/tests/test-client.py:961:test_003()/216
|
||
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4130 bytes
|
||
>>>
|
||
===============================================================================
|
||
Informacje o urządzeniu (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 1583
|
||
location: clients/tests/test-client.py:949:test_003()/217
|
||
cmd: $NMCLI --mode multiline --terse -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1427 bytes
|
||
>>>
|
||
NAME:ethernet
|
||
UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE:yes
|
||
DEVICE:eth1
|
||
STATE:activated
|
||
ACTIVE-PATH:/org/freedesktop/NetworkManager/ActiveConnection/2
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/ethernet
|
||
NAME:ethernet
|
||
UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE:yes
|
||
DEVICE:eth0
|
||
STATE:deactivating
|
||
ACTIVE-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/ethernet
|
||
NAME:con-1
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-1
|
||
NAME:con-xx1
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1593
|
||
location: clients/tests/test-client.py:949:test_003()/218
|
||
cmd: $NMCLI --mode multiline --terse -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1427 bytes
|
||
>>>
|
||
NAME:ethernet
|
||
UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE:yes
|
||
DEVICE:eth1
|
||
STATE:activated
|
||
ACTIVE-PATH:/org/freedesktop/NetworkManager/ActiveConnection/2
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/ethernet
|
||
NAME:ethernet
|
||
UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE:yes
|
||
DEVICE:eth0
|
||
STATE:deactivating
|
||
ACTIVE-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/ethernet
|
||
NAME:con-1
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-1
|
||
NAME:con-xx1
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 347
|
||
location: clients/tests/test-client.py:952:test_003()/219
|
||
cmd: $NMCLI --mode multiline --terse -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 186 bytes
|
||
>>>
|
||
UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE:802-3-ethernet
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
|
||
<<<
|
||
size: 357
|
||
location: clients/tests/test-client.py:952:test_003()/220
|
||
cmd: $NMCLI --mode multiline --terse -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 186 bytes
|
||
>>>
|
||
UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE:802-3-ethernet
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
|
||
<<<
|
||
size: 2766
|
||
location: clients/tests/test-client.py:955:test_003()/221
|
||
cmd: $NMCLI --mode multiline --terse con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2606 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth1
|
||
GENERAL.STATE:activated
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2776
|
||
location: clients/tests/test-client.py:955:test_003()/222
|
||
cmd: $NMCLI --mode multiline --terse con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2606 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth1
|
||
GENERAL.STATE:activated
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2438
|
||
location: clients/tests/test-client.py:958:test_003()/223
|
||
cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2238 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2448
|
||
location: clients/tests/test-client.py:958:test_003()/224
|
||
cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2238 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2188
|
||
location: clients/tests/test-client.py:961:test_003()/225
|
||
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2022 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2198
|
||
location: clients/tests/test-client.py:961:test_003()/226
|
||
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2022 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 1865
|
||
location: clients/tests/test-client.py:949:test_003()/227
|
||
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1697 bytes
|
||
>>>
|
||
NAME:[32methernet[0m
|
||
UUID:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE:[32m802-3-ethernet[0m
|
||
TIMESTAMP:[32m0[0m
|
||
TIMESTAMP-REAL:[32mnever[0m
|
||
AUTOCONNECT:[32myes[0m
|
||
AUTOCONNECT-PRIORITY:[32m0[0m
|
||
READONLY:[32mno[0m
|
||
DBUS-PATH:[32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE:[32myes[0m
|
||
DEVICE:[32meth1[0m
|
||
STATE:[32mactivated[0m
|
||
ACTIVE-PATH:[32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m
|
||
SLAVE:[32m[0m
|
||
FILENAME:[32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME:[31methernet[0m
|
||
UUID:[31mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE:[31m802-3-ethernet[0m
|
||
TIMESTAMP:[31m0[0m
|
||
TIMESTAMP-REAL:[31mnever[0m
|
||
AUTOCONNECT:[31myes[0m
|
||
AUTOCONNECT-PRIORITY:[31m0[0m
|
||
READONLY:[31mno[0m
|
||
DBUS-PATH:[31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE:[31myes[0m
|
||
DEVICE:[31meth0[0m
|
||
STATE:[31mdeactivating[0m
|
||
ACTIVE-PATH:[31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m
|
||
SLAVE:[31m[0m
|
||
FILENAME:[31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME:con-1
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-1
|
||
NAME:con-xx1
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1875
|
||
location: clients/tests/test-client.py:949:test_003()/228
|
||
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1697 bytes
|
||
>>>
|
||
NAME:[32methernet[0m
|
||
UUID:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE:[32m802-3-ethernet[0m
|
||
TIMESTAMP:[32m0[0m
|
||
TIMESTAMP-REAL:[32mnever[0m
|
||
AUTOCONNECT:[32myes[0m
|
||
AUTOCONNECT-PRIORITY:[32m0[0m
|
||
READONLY:[32mno[0m
|
||
DBUS-PATH:[32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE:[32myes[0m
|
||
DEVICE:[32meth1[0m
|
||
STATE:[32mactivated[0m
|
||
ACTIVE-PATH:[32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m
|
||
SLAVE:[32m[0m
|
||
FILENAME:[32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME:[31methernet[0m
|
||
UUID:[31mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE:[31m802-3-ethernet[0m
|
||
TIMESTAMP:[31m0[0m
|
||
TIMESTAMP-REAL:[31mnever[0m
|
||
AUTOCONNECT:[31myes[0m
|
||
AUTOCONNECT-PRIORITY:[31m0[0m
|
||
READONLY:[31mno[0m
|
||
DBUS-PATH:[31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE:[31myes[0m
|
||
DEVICE:[31meth0[0m
|
||
STATE:[31mdeactivating[0m
|
||
ACTIVE-PATH:[31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m
|
||
SLAVE:[31m[0m
|
||
FILENAME:[31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME:con-1
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-1
|
||
NAME:con-xx1
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 377
|
||
location: clients/tests/test-client.py:952:test_003()/229
|
||
cmd: $NMCLI --mode multiline --terse --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 204 bytes
|
||
>>>
|
||
UUID:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE:[32m802-3-ethernet[0m
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
|
||
<<<
|
||
size: 387
|
||
location: clients/tests/test-client.py:952:test_003()/230
|
||
cmd: $NMCLI --mode multiline --terse --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 204 bytes
|
||
>>>
|
||
UUID:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE:[32m802-3-ethernet[0m
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
|
||
<<<
|
||
size: 2778
|
||
location: clients/tests/test-client.py:955:test_003()/231
|
||
cmd: $NMCLI --mode multiline --terse --color yes con s ethernet
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2606 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth1
|
||
GENERAL.STATE:activated
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2788
|
||
location: clients/tests/test-client.py:955:test_003()/232
|
||
cmd: $NMCLI --mode multiline --terse --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2606 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth1
|
||
GENERAL.STATE:activated
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/2
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2450
|
||
location: clients/tests/test-client.py:958:test_003()/233
|
||
cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2238 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2460
|
||
location: clients/tests/test-client.py:958:test_003()/234
|
||
cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2238 bytes
|
||
>>>
|
||
connection.id:ethernet
|
||
connection.uuid:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
connection.stable-id:
|
||
connection.type:802-3-ethernet
|
||
connection.interface-name:
|
||
connection.autoconnect:yes
|
||
connection.autoconnect-priority:0
|
||
connection.autoconnect-retries:-1
|
||
connection.multi-connect:0
|
||
connection.auth-retries:-1
|
||
connection.timestamp:0
|
||
connection.read-only:no
|
||
connection.permissions:
|
||
connection.zone:
|
||
connection.master:
|
||
connection.slave-type:
|
||
connection.autoconnect-slaves:-1
|
||
connection.secondaries:
|
||
connection.gateway-ping-timeout:0
|
||
connection.metered:unknown
|
||
connection.lldp:default
|
||
connection.mdns:-1
|
||
802-3-ethernet.port:
|
||
802-3-ethernet.speed:0
|
||
802-3-ethernet.duplex:
|
||
802-3-ethernet.auto-negotiate:no
|
||
802-3-ethernet.mac-address:
|
||
802-3-ethernet.cloned-mac-address:
|
||
802-3-ethernet.generate-mac-address-mask:
|
||
802-3-ethernet.mac-address-blacklist:
|
||
802-3-ethernet.mtu:auto
|
||
802-3-ethernet.s390-subchannels:
|
||
802-3-ethernet.s390-nettype:
|
||
802-3-ethernet.s390-options:
|
||
802-3-ethernet.wake-on-lan:default
|
||
802-3-ethernet.wake-on-lan-password:
|
||
ipv4.method:auto
|
||
ipv4.dns:
|
||
ipv4.dns-search:
|
||
ipv4.dns-options:
|
||
ipv4.dns-priority:0
|
||
ipv4.addresses:
|
||
ipv4.gateway:
|
||
ipv4.routes:
|
||
ipv4.route-metric:-1
|
||
ipv4.route-table:0
|
||
ipv4.ignore-auto-routes:no
|
||
ipv4.ignore-auto-dns:no
|
||
ipv4.dhcp-client-id:
|
||
ipv4.dhcp-timeout:0
|
||
ipv4.dhcp-send-hostname:yes
|
||
ipv4.dhcp-hostname:
|
||
ipv4.dhcp-fqdn:
|
||
ipv4.never-default:no
|
||
ipv4.may-fail:yes
|
||
ipv4.dad-timeout:-1
|
||
ipv6.method:auto
|
||
ipv6.dns:
|
||
ipv6.dns-search:
|
||
ipv6.dns-options:
|
||
ipv6.dns-priority:0
|
||
ipv6.addresses:
|
||
ipv6.gateway:
|
||
ipv6.routes:
|
||
ipv6.route-metric:-1
|
||
ipv6.route-table:0
|
||
ipv6.ignore-auto-routes:no
|
||
ipv6.ignore-auto-dns:no
|
||
ipv6.never-default:no
|
||
ipv6.may-fail:yes
|
||
ipv6.ip6-privacy:-1
|
||
ipv6.addr-gen-mode:stable-privacy
|
||
ipv6.dhcp-duid:
|
||
ipv6.dhcp-send-hostname:yes
|
||
ipv6.dhcp-hostname:
|
||
ipv6.token:
|
||
proxy.method:none
|
||
proxy.browser-only:no
|
||
proxy.pac-url:
|
||
proxy.pac-script:
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2200
|
||
location: clients/tests/test-client.py:961:test_003()/235
|
||
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2022 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 2210
|
||
location: clients/tests/test-client.py:961:test_003()/236
|
||
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2022 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:UUID-ethernet-REPLACED-REPLACED-REPL | ethernet
|
||
|
||
<<<
|
||
size: 1746
|
||
location: clients/tests/test-client.py:949:test_003()/237
|
||
cmd: $NMCLI -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1615 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth1 activated /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth0 deactivating /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1766
|
||
location: clients/tests/test-client.py:949:test_003()/238
|
||
cmd: $NMCLI -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1625 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth1 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth0 dezaktywowanie /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 280
|
||
location: clients/tests/test-client.py:952:test_003()/239
|
||
cmd: $NMCLI -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 144 bytes
|
||
>>>
|
||
UUID TYPE
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 290
|
||
location: clients/tests/test-client.py:952:test_003()/240
|
||
cmd: $NMCLI -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 144 bytes
|
||
>>>
|
||
UUID TYPE
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 180
|
||
location: clients/tests/test-client.py:955:test_003()/241
|
||
cmd: $NMCLI con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 202
|
||
location: clients/tests/test-client.py:955:test_003()/242
|
||
cmd: $NMCLI con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 841
|
||
location: clients/tests/test-client.py:958:test_003()/243
|
||
cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 667 bytes
|
||
>>>
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 856
|
||
location: clients/tests/test-client.py:958:test_003()/244
|
||
cmd: $NMCLI c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 672 bytes
|
||
>>>
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 3411
|
||
location: clients/tests/test-client.py:961:test_003()/245
|
||
cmd: $NMCLI -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3270 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 3444
|
||
location: clients/tests/test-client.py:961:test_003()/246
|
||
cmd: $NMCLI -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3293 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 2028
|
||
location: clients/tests/test-client.py:949:test_003()/247
|
||
cmd: $NMCLI --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1885 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32myes[0m [32meth1[0m [32mactivated[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31myes[0m [31meth0[0m [31mdeactivating[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 2048
|
||
location: clients/tests/test-client.py:949:test_003()/248
|
||
cmd: $NMCLI --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1895 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32mtak[0m [32meth1[0m [32maktywowano[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31mtak[0m [31meth0[0m [31mdezaktywowanie[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 292
|
||
location: clients/tests/test-client.py:952:test_003()/249
|
||
cmd: $NMCLI --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 144 bytes
|
||
>>>
|
||
UUID TYPE
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 302
|
||
location: clients/tests/test-client.py:952:test_003()/250
|
||
cmd: $NMCLI --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 144 bytes
|
||
>>>
|
||
UUID TYPE
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 192
|
||
location: clients/tests/test-client.py:955:test_003()/251
|
||
cmd: $NMCLI --color yes con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 214
|
||
location: clients/tests/test-client.py:955:test_003()/252
|
||
cmd: $NMCLI --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 853
|
||
location: clients/tests/test-client.py:958:test_003()/253
|
||
cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 667 bytes
|
||
>>>
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 868
|
||
location: clients/tests/test-client.py:958:test_003()/254
|
||
cmd: $NMCLI --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 672 bytes
|
||
>>>
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 3423
|
||
location: clients/tests/test-client.py:961:test_003()/255
|
||
cmd: $NMCLI --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3270 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 3456
|
||
location: clients/tests/test-client.py:961:test_003()/256
|
||
cmd: $NMCLI --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3293 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 2232
|
||
location: clients/tests/test-client.py:949:test_003()/257
|
||
cmd: $NMCLI --pretty -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2092 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth1 activated /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth0 deactivating /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 2274
|
||
location: clients/tests/test-client.py:949:test_003()/258
|
||
cmd: $NMCLI --pretty -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2124 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth1 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth0 dezaktywowanie /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 491
|
||
location: clients/tests/test-client.py:952:test_003()/259
|
||
cmd: $NMCLI --pretty -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 346 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
UUID TYPE
|
||
--------------------------------------------------------------------------------------
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 521
|
||
location: clients/tests/test-client.py:952:test_003()/260
|
||
cmd: $NMCLI --pretty -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 366 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
UUID TYPE
|
||
------------------------------------------------------------------------------------------
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 189
|
||
location: clients/tests/test-client.py:955:test_003()/261
|
||
cmd: $NMCLI --pretty con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 211
|
||
location: clients/tests/test-client.py:955:test_003()/262
|
||
cmd: $NMCLI --pretty con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 1377
|
||
location: clients/tests/test-client.py:958:test_003()/263
|
||
cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1193 bytes
|
||
>>>
|
||
===============================================================================
|
||
Connection profile details
|
||
===============================================================================
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 1404
|
||
location: clients/tests/test-client.py:958:test_003()/264
|
||
cmd: $NMCLI --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1210 bytes
|
||
>>>
|
||
===============================================================================
|
||
Szczegóły profilu połączenia
|
||
===============================================================================
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4271
|
||
location: clients/tests/test-client.py:961:test_003()/265
|
||
cmd: $NMCLI --pretty -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4121 bytes
|
||
>>>
|
||
===============================================================================
|
||
Device details (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4310
|
||
location: clients/tests/test-client.py:961:test_003()/266
|
||
cmd: $NMCLI --pretty -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4150 bytes
|
||
>>>
|
||
===============================================================================
|
||
Informacje o urządzeniu (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 2514
|
||
location: clients/tests/test-client.py:949:test_003()/267
|
||
cmd: $NMCLI --pretty --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2362 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32myes[0m [32meth1[0m [32mactivated[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31myes[0m [31meth0[0m [31mdeactivating[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 2556
|
||
location: clients/tests/test-client.py:949:test_003()/268
|
||
cmd: $NMCLI --pretty --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2394 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32mtak[0m [32meth1[0m [32maktywowano[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31mtak[0m [31meth0[0m [31mdezaktywowanie[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 503
|
||
location: clients/tests/test-client.py:952:test_003()/269
|
||
cmd: $NMCLI --pretty --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 346 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
UUID TYPE
|
||
--------------------------------------------------------------------------------------
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 533
|
||
location: clients/tests/test-client.py:952:test_003()/270
|
||
cmd: $NMCLI --pretty --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 366 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
UUID TYPE
|
||
------------------------------------------------------------------------------------------
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 201
|
||
location: clients/tests/test-client.py:955:test_003()/271
|
||
cmd: $NMCLI --pretty --color yes con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 223
|
||
location: clients/tests/test-client.py:955:test_003()/272
|
||
cmd: $NMCLI --pretty --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 1389
|
||
location: clients/tests/test-client.py:958:test_003()/273
|
||
cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1193 bytes
|
||
>>>
|
||
===============================================================================
|
||
Connection profile details
|
||
===============================================================================
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 1416
|
||
location: clients/tests/test-client.py:958:test_003()/274
|
||
cmd: $NMCLI --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1210 bytes
|
||
>>>
|
||
===============================================================================
|
||
Szczegóły profilu połączenia
|
||
===============================================================================
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4283
|
||
location: clients/tests/test-client.py:961:test_003()/275
|
||
cmd: $NMCLI --pretty --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4121 bytes
|
||
>>>
|
||
===============================================================================
|
||
Device details (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4322
|
||
location: clients/tests/test-client.py:961:test_003()/276
|
||
cmd: $NMCLI --pretty --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4150 bytes
|
||
>>>
|
||
===============================================================================
|
||
Informacje o urządzeniu (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 985
|
||
location: clients/tests/test-client.py:949:test_003()/277
|
||
cmd: $NMCLI --terse -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 847 bytes
|
||
>>>
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet::::::/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth1:activated:/org/freedesktop/NetworkManager/ActiveConnection/2::/etc/NetworkManager/system-connections/ethernet
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet::::::/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth0:deactivating:/org/freedesktop/NetworkManager/ActiveConnection/1::/etc/NetworkManager/system-connections/ethernet
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 995
|
||
location: clients/tests/test-client.py:949:test_003()/278
|
||
cmd: $NMCLI --terse -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 847 bytes
|
||
>>>
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet::::::/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth1:activated:/org/freedesktop/NetworkManager/ActiveConnection/2::/etc/NetworkManager/system-connections/ethernet
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet::::::/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth0:deactivating:/org/freedesktop/NetworkManager/ActiveConnection/1::/etc/NetworkManager/system-connections/ethernet
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 248
|
||
location: clients/tests/test-client.py:952:test_003()/279
|
||
cmd: $NMCLI --terse -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 104 bytes
|
||
>>>
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 258
|
||
location: clients/tests/test-client.py:952:test_003()/280
|
||
cmd: $NMCLI --terse -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 104 bytes
|
||
>>>
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 188
|
||
location: clients/tests/test-client.py:955:test_003()/281
|
||
cmd: $NMCLI --terse con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 210
|
||
location: clients/tests/test-client.py:955:test_003()/282
|
||
cmd: $NMCLI --terse con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 552
|
||
location: clients/tests/test-client.py:958:test_003()/283
|
||
cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 370 bytes
|
||
>>>
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 562
|
||
location: clients/tests/test-client.py:958:test_003()/284
|
||
cmd: $NMCLI --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 370 bytes
|
||
>>>
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2191
|
||
location: clients/tests/test-client.py:961:test_003()/285
|
||
cmd: $NMCLI --terse -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2042 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 2201
|
||
location: clients/tests/test-client.py:961:test_003()/286
|
||
cmd: $NMCLI --terse -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2042 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 1268
|
||
location: clients/tests/test-client.py:949:test_003()/287
|
||
cmd: $NMCLI --terse --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1117 bytes
|
||
>>>
|
||
[32methernet[0m:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[32m802-3-ethernet[0m:[32m[0m:[32m[0m:[32m[0m:[32m[0m:[32m[0m:[32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[32myes[0m:[32meth1[0m:[32mactivated[0m:[32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m:[32m[0m:[32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m:[31mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[31m802-3-ethernet[0m:[31m[0m:[31m[0m:[31m[0m:[31m[0m:[31m[0m:[31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[31myes[0m:[31meth0[0m:[31mdeactivating[0m:[31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m:[31m[0m:[31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1278
|
||
location: clients/tests/test-client.py:949:test_003()/288
|
||
cmd: $NMCLI --terse --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1117 bytes
|
||
>>>
|
||
[32methernet[0m:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[32m802-3-ethernet[0m:[32m[0m:[32m[0m:[32m[0m:[32m[0m:[32m[0m:[32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[32myes[0m:[32meth1[0m:[32mactivated[0m:[32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m:[32m[0m:[32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m:[31mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[31m802-3-ethernet[0m:[31m[0m:[31m[0m:[31m[0m:[31m[0m:[31m[0m:[31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[31myes[0m:[31meth0[0m:[31mdeactivating[0m:[31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m:[31m[0m:[31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 260
|
||
location: clients/tests/test-client.py:952:test_003()/289
|
||
cmd: $NMCLI --terse --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 104 bytes
|
||
>>>
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 270
|
||
location: clients/tests/test-client.py:952:test_003()/290
|
||
cmd: $NMCLI --terse --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 104 bytes
|
||
>>>
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 200
|
||
location: clients/tests/test-client.py:955:test_003()/291
|
||
cmd: $NMCLI --terse --color yes con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 222
|
||
location: clients/tests/test-client.py:955:test_003()/292
|
||
cmd: $NMCLI --terse --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 564
|
||
location: clients/tests/test-client.py:958:test_003()/293
|
||
cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 370 bytes
|
||
>>>
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 574
|
||
location: clients/tests/test-client.py:958:test_003()/294
|
||
cmd: $NMCLI --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 370 bytes
|
||
>>>
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2203
|
||
location: clients/tests/test-client.py:961:test_003()/295
|
||
cmd: $NMCLI --terse --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2042 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 2213
|
||
location: clients/tests/test-client.py:961:test_003()/296
|
||
cmd: $NMCLI --terse --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2042 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 1761
|
||
location: clients/tests/test-client.py:949:test_003()/297
|
||
cmd: $NMCLI --mode tabular -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1615 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth1 activated /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth0 deactivating /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1781
|
||
location: clients/tests/test-client.py:949:test_003()/298
|
||
cmd: $NMCLI --mode tabular -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1625 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth1 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth0 dezaktywowanie /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 295
|
||
location: clients/tests/test-client.py:952:test_003()/299
|
||
cmd: $NMCLI --mode tabular -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 144 bytes
|
||
>>>
|
||
UUID TYPE
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 305
|
||
location: clients/tests/test-client.py:952:test_003()/300
|
||
cmd: $NMCLI --mode tabular -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 144 bytes
|
||
>>>
|
||
UUID TYPE
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 195
|
||
location: clients/tests/test-client.py:955:test_003()/301
|
||
cmd: $NMCLI --mode tabular con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 217
|
||
location: clients/tests/test-client.py:955:test_003()/302
|
||
cmd: $NMCLI --mode tabular con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 676
|
||
location: clients/tests/test-client.py:958:test_003()/303
|
||
cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 487 bytes
|
||
>>>
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 690
|
||
location: clients/tests/test-client.py:958:test_003()/304
|
||
cmd: $NMCLI --mode tabular c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 491 bytes
|
||
>>>
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 2939
|
||
location: clients/tests/test-client.py:961:test_003()/305
|
||
cmd: $NMCLI --mode tabular -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2783 bytes
|
||
>>>
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (unavailable) 0 (No reason given) /sys/devices/virtual/eth0 -- no yes yes no no -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 unknown
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
CAPABILITIES no 100 Mb/s no no
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
WIRED-PROPERTIES off --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 2970
|
||
location: clients/tests/test-client.py:961:test_003()/306
|
||
cmd: $NMCLI --mode tabular -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2804 bytes
|
||
>>>
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (niedostępne) 0 (Nie podano przyczyny) /sys/devices/virtual/eth0 -- nie tak tak nie nie -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 nieznane
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
CAPABILITIES nie 100 Mb/s nie nie
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
WIRED-PROPERTIES wyłączone --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 2043
|
||
location: clients/tests/test-client.py:949:test_003()/307
|
||
cmd: $NMCLI --mode tabular --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1885 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32myes[0m [32meth1[0m [32mactivated[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31myes[0m [31meth0[0m [31mdeactivating[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 2063
|
||
location: clients/tests/test-client.py:949:test_003()/308
|
||
cmd: $NMCLI --mode tabular --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1895 bytes
|
||
>>>
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32mtak[0m [32meth1[0m [32maktywowano[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31mtak[0m [31meth0[0m [31mdezaktywowanie[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 307
|
||
location: clients/tests/test-client.py:952:test_003()/309
|
||
cmd: $NMCLI --mode tabular --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 144 bytes
|
||
>>>
|
||
UUID TYPE
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 317
|
||
location: clients/tests/test-client.py:952:test_003()/310
|
||
cmd: $NMCLI --mode tabular --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 144 bytes
|
||
>>>
|
||
UUID TYPE
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 207
|
||
location: clients/tests/test-client.py:955:test_003()/311
|
||
cmd: $NMCLI --mode tabular --color yes con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 229
|
||
location: clients/tests/test-client.py:955:test_003()/312
|
||
cmd: $NMCLI --mode tabular --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 688
|
||
location: clients/tests/test-client.py:958:test_003()/313
|
||
cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 487 bytes
|
||
>>>
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 702
|
||
location: clients/tests/test-client.py:958:test_003()/314
|
||
cmd: $NMCLI --mode tabular --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 491 bytes
|
||
>>>
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 2951
|
||
location: clients/tests/test-client.py:961:test_003()/315
|
||
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2783 bytes
|
||
>>>
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (unavailable) 0 (No reason given) /sys/devices/virtual/eth0 -- no yes yes no no -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 unknown
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
CAPABILITIES no 100 Mb/s no no
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
WIRED-PROPERTIES off --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 2982
|
||
location: clients/tests/test-client.py:961:test_003()/316
|
||
cmd: $NMCLI --mode tabular --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2804 bytes
|
||
>>>
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (niedostępne) 0 (Nie podano przyczyny) /sys/devices/virtual/eth0 -- nie tak tak nie nie -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 nieznane
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
CAPABILITIES nie 100 Mb/s nie nie
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
WIRED-PROPERTIES wyłączone --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 2247
|
||
location: clients/tests/test-client.py:949:test_003()/317
|
||
cmd: $NMCLI --mode tabular --pretty -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2092 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth1 activated /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 yes eth0 deactivating /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 2289
|
||
location: clients/tests/test-client.py:949:test_003()/318
|
||
cmd: $NMCLI --mode tabular --pretty -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2124 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth1 aktywowano /org/freedesktop/NetworkManager/ActiveConnection/2 -- /etc/NetworkManager/system-connections/ethernet
|
||
ethernet UUID-ethernet-REPLACED-REPLACED-REPL ethernet -- -- -- -- -- /org/freedesktop/NetworkManager/Settings/Connection/3 tak eth0 dezaktywowanie /org/freedesktop/NetworkManager/ActiveConnection/1 -- /etc/NetworkManager/system-connections/ethernet
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 506
|
||
location: clients/tests/test-client.py:952:test_003()/319
|
||
cmd: $NMCLI --mode tabular --pretty -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 346 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
UUID TYPE
|
||
--------------------------------------------------------------------------------------
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 536
|
||
location: clients/tests/test-client.py:952:test_003()/320
|
||
cmd: $NMCLI --mode tabular --pretty -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 366 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
UUID TYPE
|
||
------------------------------------------------------------------------------------------
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 204
|
||
location: clients/tests/test-client.py:955:test_003()/321
|
||
cmd: $NMCLI --mode tabular --pretty con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 226
|
||
location: clients/tests/test-client.py:955:test_003()/322
|
||
cmd: $NMCLI --mode tabular --pretty con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 1232
|
||
location: clients/tests/test-client.py:958:test_003()/323
|
||
cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1033 bytes
|
||
>>>
|
||
==============================
|
||
Connection profile details
|
||
==============================
|
||
======================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
======================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 1277
|
||
location: clients/tests/test-client.py:958:test_003()/324
|
||
cmd: $NMCLI --mode tabular --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1068 bytes
|
||
>>>
|
||
================================
|
||
Szczegóły profilu połączenia
|
||
================================
|
||
===========================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===========================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 4420
|
||
location: clients/tests/test-client.py:961:test_003()/325
|
||
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4255 bytes
|
||
>>>
|
||
=========================
|
||
Device details (eth0)
|
||
=========================
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (unavailable) 0 (No reason given) /sys/devices/virtual/eth0 -- no yes yes no no -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 unknown
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
------------------------------------------------------------
|
||
CAPABILITIES no 100 Mb/s no no
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
---------------------------------------------
|
||
WIRED-PROPERTIES off --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
---------------
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
--------------------------------------------------------------------------------------------------
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 4488
|
||
location: clients/tests/test-client.py:961:test_003()/326
|
||
cmd: $NMCLI --mode tabular --pretty -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4313 bytes
|
||
>>>
|
||
==================================
|
||
Informacje o urządzeniu (eth0)
|
||
==================================
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (niedostępne) 0 (Nie podano przyczyny) /sys/devices/virtual/eth0 -- nie tak tak nie nie -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 nieznane
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
------------------------------------------------------------
|
||
CAPABILITIES nie 100 Mb/s nie nie
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
-----------------------------------------------
|
||
WIRED-PROPERTIES wyłączone --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
---------------
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
--------------------------------------------------------------------------------------------------
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 2529
|
||
location: clients/tests/test-client.py:949:test_003()/327
|
||
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2362 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32myes[0m [32meth1[0m [32mactivated[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31myes[0m [31meth0[0m [31mdeactivating[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/1 no -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 never yes 0 no /org/freedesktop/NetworkManager/Settings/Connection/2 no -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 2571
|
||
location: clients/tests/test-client.py:949:test_003()/328
|
||
cmd: $NMCLI --mode tabular --pretty --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2394 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
NAME UUID TYPE TIMESTAMP TIMESTAMP-REAL AUTOCONNECT AUTOCONNECT-PRIORITY READONLY DBUS-PATH ACTIVE DEVICE STATE ACTIVE-PATH SLAVE FILENAME
|
||
-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
[32methernet[0m [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m [32methernet[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m--[0m [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [32mtak[0m [32meth1[0m [32maktywowano[0m [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m [32m--[0m [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m [31methernet[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m--[0m [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m [31mtak[0m [31meth0[0m [31mdezaktywowanie[0m [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m [31m--[0m [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1 5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/1 nie -- -- -- -- /etc/NetworkManager/system-connections/con-1
|
||
con-xx1 UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet 0 nigdy tak 0 nie /org/freedesktop/NetworkManager/Settings/Connection/2 nie -- -- -- -- /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 518
|
||
location: clients/tests/test-client.py:952:test_003()/329
|
||
cmd: $NMCLI --mode tabular --pretty --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 346 bytes
|
||
>>>
|
||
======================================
|
||
NetworkManager connection profiles
|
||
======================================
|
||
UUID TYPE
|
||
--------------------------------------------------------------------------------------
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 548
|
||
location: clients/tests/test-client.py:952:test_003()/330
|
||
cmd: $NMCLI --mode tabular --pretty --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 366 bytes
|
||
>>>
|
||
==========================================
|
||
Profile połączeń usługi NetworkManager
|
||
==========================================
|
||
UUID TYPE
|
||
------------------------------------------------------------------------------------------
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA ethernet
|
||
|
||
<<<
|
||
size: 216
|
||
location: clients/tests/test-client.py:955:test_003()/331
|
||
cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 238
|
||
location: clients/tests/test-client.py:955:test_003()/332
|
||
cmd: $NMCLI --mode tabular --pretty --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 1244
|
||
location: clients/tests/test-client.py:958:test_003()/333
|
||
cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1033 bytes
|
||
>>>
|
||
==============================
|
||
Connection profile details
|
||
==============================
|
||
======================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
======================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 deactivating no no -- no /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 1289
|
||
location: clients/tests/test-client.py:958:test_003()/334
|
||
cmd: $NMCLI --mode tabular --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1068 bytes
|
||
>>>
|
||
================================
|
||
Szczegóły profilu połączenia
|
||
================================
|
||
===========================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===========================================================================
|
||
GROUP NAME UUID DEVICES STATE DEFAULT DEFAULT6 SPEC-OBJECT VPN DBUS-PATH CON-PATH ZONE MASTER-PATH
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL ethernet UUID-ethernet-REPLACED-REPLACED-REPL eth0 dezaktywowanie nie nie -- nie /org/freedesktop/NetworkManager/ActiveConnection/1 /org/freedesktop/NetworkManager/Settings/Connection/3 -- --
|
||
|
||
|
||
<<<
|
||
size: 4432
|
||
location: clients/tests/test-client.py:961:test_003()/335
|
||
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4255 bytes
|
||
>>>
|
||
=========================
|
||
Device details (eth0)
|
||
=========================
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (unavailable) 0 (No reason given) /sys/devices/virtual/eth0 -- no yes yes no no -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 unknown
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
------------------------------------------------------------
|
||
CAPABILITIES no 100 Mb/s no no
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
---------------------------------------------
|
||
WIRED-PROPERTIES off --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
---------------
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
--------------------------------------------------------------------------------------------------
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 4500
|
||
location: clients/tests/test-client.py:961:test_003()/336
|
||
cmd: $NMCLI --mode tabular --pretty --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4313 bytes
|
||
>>>
|
||
==================================
|
||
Informacje o urządzeniu (eth0)
|
||
==================================
|
||
NAME DEVICE TYPE NM-TYPE VENDOR PRODUCT DRIVER DRIVER-VERSION FIRMWARE-VERSION HWADDR MTU STATE REASON UDI IP-IFACE IS-SOFTWARE NM-MANAGED AUTOCONNECT FIRMWARE-MISSING NM-PLUGIN-MISSING PHYS-PORT-ID CONNECTION CON-UUID CON-PATH METERED
|
||
---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
GENERAL eth0 ethernet NMDeviceEthernet -- -- virtual -- -- C0:61:AE:26:4D:D7 0 20 (niedostępne) 0 (Nie podano przyczyny) /sys/devices/virtual/eth0 -- nie tak tak nie nie -- ethernet UUID-ethernet-REPLACED-REPLACED-REPL /org/freedesktop/NetworkManager/ActiveConnection/1 nieznane
|
||
|
||
NAME CARRIER-DETECT SPEED IS-SOFTWARE SRIOV
|
||
------------------------------------------------------------
|
||
CAPABILITIES nie 100 Mb/s nie nie
|
||
|
||
NAME CARRIER S390-SUBCHANNELS
|
||
-----------------------------------------------
|
||
WIRED-PROPERTIES wyłączone --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN WINS
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP4 192.168.6.238/29 -- dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64 192.168.213.113 sear4.foo4.bar 192.168.156.115 | 192.168.8.33
|
||
|
||
GROUP OPTION
|
||
---------------
|
||
DHCP4 --
|
||
|
||
GROUP ADDRESS GATEWAY ROUTE DNS DOMAIN
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
IP6 2001:a::29c0:62b9:2e01:30a/69 | 2001:a::6433:6420:34f9:3801/115 | 2001:a::8191:ed6b:8ce:b60/103 2001:a::2b50:64d1:9a91:23b4 dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794 2001:a::1323:9a78:2b82:d16b | 2001:a::4e1:24e6:b8c1:91bb | 2001:a::bd96:3bed:fbd6:19c5 sear6.fo.x.y | sear6.foo4.bar
|
||
|
||
GROUP OPTION
|
||
--------------------------------------------------------------------------------------------------
|
||
DHCP6 dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
|
||
NAME AVAILABLE-CONNECTION-PATHS AVAILABLE-CONNECTIONS
|
||
-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
|
||
CONNECTIONS /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3} 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 1000
|
||
location: clients/tests/test-client.py:949:test_003()/337
|
||
cmd: $NMCLI --mode tabular --terse -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 847 bytes
|
||
>>>
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet::::::/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth1:activated:/org/freedesktop/NetworkManager/ActiveConnection/2::/etc/NetworkManager/system-connections/ethernet
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet::::::/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth0:deactivating:/org/freedesktop/NetworkManager/ActiveConnection/1::/etc/NetworkManager/system-connections/ethernet
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1010
|
||
location: clients/tests/test-client.py:949:test_003()/338
|
||
cmd: $NMCLI --mode tabular --terse -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 847 bytes
|
||
>>>
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet::::::/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth1:activated:/org/freedesktop/NetworkManager/ActiveConnection/2::/etc/NetworkManager/system-connections/ethernet
|
||
ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:802-3-ethernet::::::/org/freedesktop/NetworkManager/Settings/Connection/3:yes:eth0:deactivating:/org/freedesktop/NetworkManager/ActiveConnection/1::/etc/NetworkManager/system-connections/ethernet
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 263
|
||
location: clients/tests/test-client.py:952:test_003()/339
|
||
cmd: $NMCLI --mode tabular --terse -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 104 bytes
|
||
>>>
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 273
|
||
location: clients/tests/test-client.py:952:test_003()/340
|
||
cmd: $NMCLI --mode tabular --terse -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 104 bytes
|
||
>>>
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 203
|
||
location: clients/tests/test-client.py:955:test_003()/341
|
||
cmd: $NMCLI --mode tabular --terse con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 225
|
||
location: clients/tests/test-client.py:955:test_003()/342
|
||
cmd: $NMCLI --mode tabular --terse con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 386
|
||
location: clients/tests/test-client.py:958:test_003()/343
|
||
cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 189 bytes
|
||
>>>
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
<<<
|
||
size: 396
|
||
location: clients/tests/test-client.py:958:test_003()/344
|
||
cmd: $NMCLI --mode tabular --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 189 bytes
|
||
>>>
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
<<<
|
||
size: 1371
|
||
location: clients/tests/test-client.py:961:test_003()/345
|
||
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1207 bytes
|
||
>>>
|
||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||
CAPABILITIES:no:100 Mb/s:no:no
|
||
WIRED-PROPERTIES:off:
|
||
IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64:192.168.213.113:sear4.foo4.bar:192.168.156.115 | 192.168.8.33
|
||
DHCP4:
|
||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 1381
|
||
location: clients/tests/test-client.py:961:test_003()/346
|
||
cmd: $NMCLI --mode tabular --terse -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1207 bytes
|
||
>>>
|
||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||
CAPABILITIES:no:100 Mb/s:no:no
|
||
WIRED-PROPERTIES:off:
|
||
IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64:192.168.213.113:sear4.foo4.bar:192.168.156.115 | 192.168.8.33
|
||
DHCP4:
|
||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 1283
|
||
location: clients/tests/test-client.py:949:test_003()/347
|
||
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1117 bytes
|
||
>>>
|
||
[32methernet[0m:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[32m802-3-ethernet[0m:[32m[0m:[32m[0m:[32m[0m:[32m[0m:[32m[0m:[32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[32myes[0m:[32meth1[0m:[32mactivated[0m:[32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m:[32m[0m:[32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m:[31mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[31m802-3-ethernet[0m:[31m[0m:[31m[0m:[31m[0m:[31m[0m:[31m[0m:[31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[31myes[0m:[31meth0[0m:[31mdeactivating[0m:[31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m:[31m[0m:[31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1293
|
||
location: clients/tests/test-client.py:949:test_003()/348
|
||
cmd: $NMCLI --mode tabular --terse --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1117 bytes
|
||
>>>
|
||
[32methernet[0m:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[32m802-3-ethernet[0m:[32m[0m:[32m[0m:[32m[0m:[32m[0m:[32m[0m:[32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[32myes[0m:[32meth1[0m:[32mactivated[0m:[32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m:[32m[0m:[32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
[31methernet[0m:[31mUUID-ethernet-REPLACED-REPLACED-REPL[0m:[31m802-3-ethernet[0m:[31m[0m:[31m[0m:[31m[0m:[31m[0m:[31m[0m:[31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m:[31myes[0m:[31meth0[0m:[31mdeactivating[0m:[31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m:[31m[0m:[31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
con-1:5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/1:no:::::/etc/NetworkManager/system-connections/con-1
|
||
con-xx1:UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet:0:never:yes:0:no:/org/freedesktop/NetworkManager/Settings/Connection/2:no:::::/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 275
|
||
location: clients/tests/test-client.py:952:test_003()/349
|
||
cmd: $NMCLI --mode tabular --terse --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 104 bytes
|
||
>>>
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 285
|
||
location: clients/tests/test-client.py:952:test_003()/350
|
||
cmd: $NMCLI --mode tabular --terse --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 104 bytes
|
||
>>>
|
||
5fcfd6d7-1e63-3332-8826-a7eda103792d:802-3-ethernet
|
||
UUID-con-xx1-REPLACED-REPLACED-REPLA:802-3-ethernet
|
||
|
||
<<<
|
||
size: 215
|
||
location: clients/tests/test-client.py:955:test_003()/351
|
||
cmd: $NMCLI --mode tabular --terse --color yes con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 237
|
||
location: clients/tests/test-client.py:955:test_003()/352
|
||
cmd: $NMCLI --mode tabular --terse --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 398
|
||
location: clients/tests/test-client.py:958:test_003()/353
|
||
cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 189 bytes
|
||
>>>
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
<<<
|
||
size: 408
|
||
location: clients/tests/test-client.py:958:test_003()/354
|
||
cmd: $NMCLI --mode tabular --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 189 bytes
|
||
>>>
|
||
GENERAL:ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:eth0:deactivating:no:no::no:/org/freedesktop/NetworkManager/ActiveConnection/1:/org/freedesktop/NetworkManager/Settings/Connection/3::
|
||
|
||
<<<
|
||
size: 1383
|
||
location: clients/tests/test-client.py:961:test_003()/355
|
||
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1207 bytes
|
||
>>>
|
||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||
CAPABILITIES:no:100 Mb/s:no:no
|
||
WIRED-PROPERTIES:off:
|
||
IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64:192.168.213.113:sear4.foo4.bar:192.168.156.115 | 192.168.8.33
|
||
DHCP4:
|
||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 1393
|
||
location: clients/tests/test-client.py:961:test_003()/356
|
||
cmd: $NMCLI --mode tabular --terse --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1207 bytes
|
||
>>>
|
||
GENERAL:eth0:ethernet:NMDeviceEthernet:::virtual:::C0\:61\:AE\:26\:4D\:D7:0:20 (unavailable):0 (No reason given):/sys/devices/virtual/eth0::no:yes:yes:no:no::ethernet:UUID-ethernet-REPLACED-REPLACED-REPL:/org/freedesktop/NetworkManager/ActiveConnection/1:unknown
|
||
CAPABILITIES:no:100 Mb/s:no:no
|
||
WIRED-PROPERTIES:off:
|
||
IP4:192.168.6.238/29::dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792 | dst = 192.168.155.50/19, nh = 192.168.127.64:192.168.213.113:sear4.foo4.bar:192.168.156.115 | 192.168.8.33
|
||
DHCP4:
|
||
IP6:2001\:a\:\:29c0\:62b9\:2e01\:30a/69 | 2001\:a\:\:6433\:6420\:34f9\:3801/115 | 2001\:a\:\:8191\:ed6b\:8ce\:b60/103:2001\:a\:\:2b50\:64d1\:9a91\:23b4:dst = 2001\:a\:\:5ecb\:f5ee\:fb96\:856c/100, nh = \:\:, mt = 4249082794:2001\:a\:\:1323\:9a78\:2b82\:d16b | 2001\:a\:\:4e1\:24e6\:b8c1\:91bb | 2001\:a\:\:bd96\:3bed\:fbd6\:19c5:sear6.fo.x.y | sear6.foo4.bar
|
||
DHCP6:dhcp-6-opt-1 = val-1 | dhcp-6-opt-5 = val-5 | dhcp-6-opt-6 = val-6 | dhcp-6-opt-8 = val-8
|
||
CONNECTIONS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1 | UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1 | <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 3411
|
||
location: clients/tests/test-client.py:949:test_003()/357
|
||
cmd: $NMCLI --mode multiline -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3263 bytes
|
||
>>>
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: --
|
||
TIMESTAMP-REAL: --
|
||
AUTOCONNECT: --
|
||
AUTOCONNECT-PRIORITY: --
|
||
READONLY: --
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: yes
|
||
DEVICE: eth1
|
||
STATE: activated
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: --
|
||
TIMESTAMP-REAL: --
|
||
AUTOCONNECT: --
|
||
AUTOCONNECT-PRIORITY: --
|
||
READONLY: --
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: yes
|
||
DEVICE: eth0
|
||
STATE: deactivating
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 3428
|
||
location: clients/tests/test-client.py:949:test_003()/358
|
||
cmd: $NMCLI --mode multiline -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3270 bytes
|
||
>>>
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: --
|
||
TIMESTAMP-REAL: --
|
||
AUTOCONNECT: --
|
||
AUTOCONNECT-PRIORITY: --
|
||
READONLY: --
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: tak
|
||
DEVICE: eth1
|
||
STATE: aktywowano
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: --
|
||
TIMESTAMP-REAL: --
|
||
AUTOCONNECT: --
|
||
AUTOCONNECT-PRIORITY: --
|
||
READONLY: --
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: tak
|
||
DEVICE: eth0
|
||
STATE: dezaktywowanie
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 405
|
||
location: clients/tests/test-client.py:952:test_003()/359
|
||
cmd: $NMCLI --mode multiline -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 252 bytes
|
||
>>>
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
|
||
<<<
|
||
size: 415
|
||
location: clients/tests/test-client.py:952:test_003()/360
|
||
cmd: $NMCLI --mode multiline -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 252 bytes
|
||
>>>
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
|
||
<<<
|
||
size: 197
|
||
location: clients/tests/test-client.py:955:test_003()/361
|
||
cmd: $NMCLI --mode multiline con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 219
|
||
location: clients/tests/test-client.py:955:test_003()/362
|
||
cmd: $NMCLI --mode multiline con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 858
|
||
location: clients/tests/test-client.py:958:test_003()/363
|
||
cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 667 bytes
|
||
>>>
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 873
|
||
location: clients/tests/test-client.py:958:test_003()/364
|
||
cmd: $NMCLI --mode multiline c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 672 bytes
|
||
>>>
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 3428
|
||
location: clients/tests/test-client.py:961:test_003()/365
|
||
cmd: $NMCLI --mode multiline -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3270 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 3461
|
||
location: clients/tests/test-client.py:961:test_003()/366
|
||
cmd: $NMCLI --mode multiline -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3293 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 3693
|
||
location: clients/tests/test-client.py:949:test_003()/367
|
||
cmd: $NMCLI --mode multiline --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3533 bytes
|
||
>>>
|
||
NAME: [32methernet[0m
|
||
UUID: [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [32methernet[0m
|
||
TIMESTAMP: [32m--[0m
|
||
TIMESTAMP-REAL: [32m--[0m
|
||
AUTOCONNECT: [32m--[0m
|
||
AUTOCONNECT-PRIORITY: [32m--[0m
|
||
READONLY: [32m--[0m
|
||
DBUS-PATH: [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [32myes[0m
|
||
DEVICE: [32meth1[0m
|
||
STATE: [32mactivated[0m
|
||
ACTIVE-PATH: [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m
|
||
SLAVE: [32m--[0m
|
||
FILENAME: [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME: [31methernet[0m
|
||
UUID: [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [31methernet[0m
|
||
TIMESTAMP: [31m--[0m
|
||
TIMESTAMP-REAL: [31m--[0m
|
||
AUTOCONNECT: [31m--[0m
|
||
AUTOCONNECT-PRIORITY: [31m--[0m
|
||
READONLY: [31m--[0m
|
||
DBUS-PATH: [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [31myes[0m
|
||
DEVICE: [31meth0[0m
|
||
STATE: [31mdeactivating[0m
|
||
ACTIVE-PATH: [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m
|
||
SLAVE: [31m--[0m
|
||
FILENAME: [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 3710
|
||
location: clients/tests/test-client.py:949:test_003()/368
|
||
cmd: $NMCLI --mode multiline --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3540 bytes
|
||
>>>
|
||
NAME: [32methernet[0m
|
||
UUID: [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [32methernet[0m
|
||
TIMESTAMP: [32m--[0m
|
||
TIMESTAMP-REAL: [32m--[0m
|
||
AUTOCONNECT: [32m--[0m
|
||
AUTOCONNECT-PRIORITY: [32m--[0m
|
||
READONLY: [32m--[0m
|
||
DBUS-PATH: [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [32mtak[0m
|
||
DEVICE: [32meth1[0m
|
||
STATE: [32maktywowano[0m
|
||
ACTIVE-PATH: [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m
|
||
SLAVE: [32m--[0m
|
||
FILENAME: [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME: [31methernet[0m
|
||
UUID: [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [31methernet[0m
|
||
TIMESTAMP: [31m--[0m
|
||
TIMESTAMP-REAL: [31m--[0m
|
||
AUTOCONNECT: [31m--[0m
|
||
AUTOCONNECT-PRIORITY: [31m--[0m
|
||
READONLY: [31m--[0m
|
||
DBUS-PATH: [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [31mtak[0m
|
||
DEVICE: [31meth0[0m
|
||
STATE: [31mdezaktywowanie[0m
|
||
ACTIVE-PATH: [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m
|
||
SLAVE: [31m--[0m
|
||
FILENAME: [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 417
|
||
location: clients/tests/test-client.py:952:test_003()/369
|
||
cmd: $NMCLI --mode multiline --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 252 bytes
|
||
>>>
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
|
||
<<<
|
||
size: 427
|
||
location: clients/tests/test-client.py:952:test_003()/370
|
||
cmd: $NMCLI --mode multiline --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 252 bytes
|
||
>>>
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
|
||
<<<
|
||
size: 209
|
||
location: clients/tests/test-client.py:955:test_003()/371
|
||
cmd: $NMCLI --mode multiline --color yes con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 231
|
||
location: clients/tests/test-client.py:955:test_003()/372
|
||
cmd: $NMCLI --mode multiline --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 870
|
||
location: clients/tests/test-client.py:958:test_003()/373
|
||
cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 667 bytes
|
||
>>>
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 885
|
||
location: clients/tests/test-client.py:958:test_003()/374
|
||
cmd: $NMCLI --mode multiline --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 672 bytes
|
||
>>>
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
|
||
<<<
|
||
size: 3440
|
||
location: clients/tests/test-client.py:961:test_003()/375
|
||
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3270 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 3473
|
||
location: clients/tests/test-client.py:961:test_003()/376
|
||
cmd: $NMCLI --mode multiline --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3293 bytes
|
||
>>>
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 3957
|
||
location: clients/tests/test-client.py:949:test_003()/377
|
||
cmd: $NMCLI --mode multiline --pretty -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 3800 bytes
|
||
>>>
|
||
===============================================================================
|
||
NetworkManager connection profiles
|
||
===============================================================================
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: --
|
||
TIMESTAMP-REAL: --
|
||
AUTOCONNECT: --
|
||
AUTOCONNECT-PRIORITY: --
|
||
READONLY: --
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: yes
|
||
DEVICE: eth1
|
||
STATE: activated
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
-------------------------------------------------------------------------------
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: --
|
||
TIMESTAMP-REAL: --
|
||
AUTOCONNECT: --
|
||
AUTOCONNECT-PRIORITY: --
|
||
READONLY: --
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: yes
|
||
DEVICE: eth0
|
||
STATE: deactivating
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 3980
|
||
location: clients/tests/test-client.py:949:test_003()/378
|
||
cmd: $NMCLI --mode multiline --pretty -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 3813 bytes
|
||
>>>
|
||
===============================================================================
|
||
Profile połączeń usługi NetworkManager
|
||
===============================================================================
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: --
|
||
TIMESTAMP-REAL: --
|
||
AUTOCONNECT: --
|
||
AUTOCONNECT-PRIORITY: --
|
||
READONLY: --
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: tak
|
||
DEVICE: eth1
|
||
STATE: aktywowano
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/2
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
-------------------------------------------------------------------------------
|
||
NAME: ethernet
|
||
UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE: ethernet
|
||
TIMESTAMP: --
|
||
TIMESTAMP-REAL: --
|
||
AUTOCONNECT: --
|
||
AUTOCONNECT-PRIORITY: --
|
||
READONLY: --
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE: tak
|
||
DEVICE: eth0
|
||
STATE: dezaktywowanie
|
||
ACTIVE-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/ethernet
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 791
|
||
location: clients/tests/test-client.py:952:test_003()/379
|
||
cmd: $NMCLI --mode multiline --pretty -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 629 bytes
|
||
>>>
|
||
===============================================================================
|
||
NetworkManager connection profiles
|
||
===============================================================================
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 807
|
||
location: clients/tests/test-client.py:952:test_003()/380
|
||
cmd: $NMCLI --mode multiline --pretty -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 635 bytes
|
||
>>>
|
||
===============================================================================
|
||
Profile połączeń usługi NetworkManager
|
||
===============================================================================
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 206
|
||
location: clients/tests/test-client.py:955:test_003()/381
|
||
cmd: $NMCLI --mode multiline --pretty con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 228
|
||
location: clients/tests/test-client.py:955:test_003()/382
|
||
cmd: $NMCLI --mode multiline --pretty con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 1394
|
||
location: clients/tests/test-client.py:958:test_003()/383
|
||
cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1193 bytes
|
||
>>>
|
||
===============================================================================
|
||
Connection profile details
|
||
===============================================================================
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 1421
|
||
location: clients/tests/test-client.py:958:test_003()/384
|
||
cmd: $NMCLI --mode multiline --pretty c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1210 bytes
|
||
>>>
|
||
===============================================================================
|
||
Szczegóły profilu połączenia
|
||
===============================================================================
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4288
|
||
location: clients/tests/test-client.py:961:test_003()/385
|
||
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4121 bytes
|
||
>>>
|
||
===============================================================================
|
||
Device details (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4327
|
||
location: clients/tests/test-client.py:961:test_003()/386
|
||
cmd: $NMCLI --mode multiline --pretty -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4150 bytes
|
||
>>>
|
||
===============================================================================
|
||
Informacje o urządzeniu (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4239
|
||
location: clients/tests/test-client.py:949:test_003()/387
|
||
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4070 bytes
|
||
>>>
|
||
===============================================================================
|
||
NetworkManager connection profiles
|
||
===============================================================================
|
||
NAME: [32methernet[0m
|
||
UUID: [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [32methernet[0m
|
||
TIMESTAMP: [32m--[0m
|
||
TIMESTAMP-REAL: [32m--[0m
|
||
AUTOCONNECT: [32m--[0m
|
||
AUTOCONNECT-PRIORITY: [32m--[0m
|
||
READONLY: [32m--[0m
|
||
DBUS-PATH: [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [32myes[0m
|
||
DEVICE: [32meth1[0m
|
||
STATE: [32mactivated[0m
|
||
ACTIVE-PATH: [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m
|
||
SLAVE: [32m--[0m
|
||
FILENAME: [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
-------------------------------------------------------------------------------
|
||
NAME: [31methernet[0m
|
||
UUID: [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [31methernet[0m
|
||
TIMESTAMP: [31m--[0m
|
||
TIMESTAMP-REAL: [31m--[0m
|
||
AUTOCONNECT: [31m--[0m
|
||
AUTOCONNECT-PRIORITY: [31m--[0m
|
||
READONLY: [31m--[0m
|
||
DBUS-PATH: [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [31myes[0m
|
||
DEVICE: [31meth0[0m
|
||
STATE: [31mdeactivating[0m
|
||
ACTIVE-PATH: [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m
|
||
SLAVE: [31m--[0m
|
||
FILENAME: [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: never
|
||
AUTOCONNECT: yes
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: no
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: no
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4262
|
||
location: clients/tests/test-client.py:949:test_003()/388
|
||
cmd: $NMCLI --mode multiline --pretty --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4083 bytes
|
||
>>>
|
||
===============================================================================
|
||
Profile połączeń usługi NetworkManager
|
||
===============================================================================
|
||
NAME: [32methernet[0m
|
||
UUID: [32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [32methernet[0m
|
||
TIMESTAMP: [32m--[0m
|
||
TIMESTAMP-REAL: [32m--[0m
|
||
AUTOCONNECT: [32m--[0m
|
||
AUTOCONNECT-PRIORITY: [32m--[0m
|
||
READONLY: [32m--[0m
|
||
DBUS-PATH: [32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [32mtak[0m
|
||
DEVICE: [32meth1[0m
|
||
STATE: [32maktywowano[0m
|
||
ACTIVE-PATH: [32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m
|
||
SLAVE: [32m--[0m
|
||
FILENAME: [32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
-------------------------------------------------------------------------------
|
||
NAME: [31methernet[0m
|
||
UUID: [31mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE: [31methernet[0m
|
||
TIMESTAMP: [31m--[0m
|
||
TIMESTAMP-REAL: [31m--[0m
|
||
AUTOCONNECT: [31m--[0m
|
||
AUTOCONNECT-PRIORITY: [31m--[0m
|
||
READONLY: [31m--[0m
|
||
DBUS-PATH: [31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE: [31mtak[0m
|
||
DEVICE: [31meth0[0m
|
||
STATE: [31mdezaktywowanie[0m
|
||
ACTIVE-PATH: [31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m
|
||
SLAVE: [31m--[0m
|
||
FILENAME: [31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-1
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-1
|
||
-------------------------------------------------------------------------------
|
||
NAME: con-xx1
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
TIMESTAMP: 0
|
||
TIMESTAMP-REAL: nigdy
|
||
AUTOCONNECT: tak
|
||
AUTOCONNECT-PRIORITY: 0
|
||
READONLY: nie
|
||
DBUS-PATH: /org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE: nie
|
||
DEVICE: --
|
||
STATE: --
|
||
ACTIVE-PATH: --
|
||
SLAVE: --
|
||
FILENAME: /etc/NetworkManager/system-connections/con-xx1
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 803
|
||
location: clients/tests/test-client.py:952:test_003()/389
|
||
cmd: $NMCLI --mode multiline --pretty --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 629 bytes
|
||
>>>
|
||
===============================================================================
|
||
NetworkManager connection profiles
|
||
===============================================================================
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 819
|
||
location: clients/tests/test-client.py:952:test_003()/390
|
||
cmd: $NMCLI --mode multiline --pretty --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 635 bytes
|
||
>>>
|
||
===============================================================================
|
||
Profile połączeń usługi NetworkManager
|
||
===============================================================================
|
||
UUID: 5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
UUID: UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE: ethernet
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 218
|
||
location: clients/tests/test-client.py:955:test_003()/391
|
||
cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 240
|
||
location: clients/tests/test-client.py:955:test_003()/392
|
||
cmd: $NMCLI --mode multiline --pretty --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 1406
|
||
location: clients/tests/test-client.py:958:test_003()/393
|
||
cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1193 bytes
|
||
>>>
|
||
===============================================================================
|
||
Connection profile details
|
||
===============================================================================
|
||
===============================================================================
|
||
Activate connection details (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: deactivating
|
||
GENERAL.DEFAULT: no
|
||
GENERAL.DEFAULT6: no
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: no
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 1433
|
||
location: clients/tests/test-client.py:958:test_003()/394
|
||
cmd: $NMCLI --mode multiline --pretty --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1210 bytes
|
||
>>>
|
||
===============================================================================
|
||
Szczegóły profilu połączenia
|
||
===============================================================================
|
||
===============================================================================
|
||
Szczegóły aktywowania połączenia (UUID-ethernet-REPLACED-REPLACED-REPL)
|
||
===============================================================================
|
||
GENERAL.NAME: ethernet
|
||
GENERAL.UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES: eth0
|
||
GENERAL.STATE: dezaktywowanie
|
||
GENERAL.DEFAULT: nie
|
||
GENERAL.DEFAULT6: nie
|
||
GENERAL.SPEC-OBJECT: --
|
||
GENERAL.VPN: nie
|
||
GENERAL.DBUS-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE: --
|
||
GENERAL.MASTER-PATH: --
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4300
|
||
location: clients/tests/test-client.py:961:test_003()/395
|
||
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 4121 bytes
|
||
>>>
|
||
===============================================================================
|
||
Device details (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (unavailable)
|
||
GENERAL.REASON: 0 (No reason given)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: no
|
||
GENERAL.NM-MANAGED: yes
|
||
GENERAL.AUTOCONNECT: yes
|
||
GENERAL.FIRMWARE-MISSING: no
|
||
GENERAL.NM-PLUGIN-MISSING: no
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: unknown
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: no
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: no
|
||
CAPABILITIES.SRIOV: no
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: off
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 4339
|
||
location: clients/tests/test-client.py:961:test_003()/396
|
||
cmd: $NMCLI --mode multiline --pretty --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 4150 bytes
|
||
>>>
|
||
===============================================================================
|
||
Informacje o urządzeniu (eth0)
|
||
===============================================================================
|
||
GENERAL.DEVICE: eth0
|
||
GENERAL.TYPE: ethernet
|
||
GENERAL.NM-TYPE: NMDeviceEthernet
|
||
GENERAL.VENDOR: --
|
||
GENERAL.PRODUCT: --
|
||
GENERAL.DRIVER: virtual
|
||
GENERAL.DRIVER-VERSION: --
|
||
GENERAL.FIRMWARE-VERSION: --
|
||
GENERAL.HWADDR: C0:61:AE:26:4D:D7
|
||
GENERAL.MTU: 0
|
||
GENERAL.STATE: 20 (niedostępne)
|
||
GENERAL.REASON: 0 (Nie podano przyczyny)
|
||
GENERAL.UDI: /sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE: --
|
||
GENERAL.IS-SOFTWARE: nie
|
||
GENERAL.NM-MANAGED: tak
|
||
GENERAL.AUTOCONNECT: tak
|
||
GENERAL.FIRMWARE-MISSING: nie
|
||
GENERAL.NM-PLUGIN-MISSING: nie
|
||
GENERAL.PHYS-PORT-ID: --
|
||
GENERAL.CONNECTION: ethernet
|
||
GENERAL.CON-UUID: UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH: /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED: nieznane
|
||
-------------------------------------------------------------------------------
|
||
CAPABILITIES.CARRIER-DETECT: nie
|
||
CAPABILITIES.SPEED: 100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE: nie
|
||
CAPABILITIES.SRIOV: nie
|
||
-------------------------------------------------------------------------------
|
||
WIRED-PROPERTIES.CARRIER: wyłączone
|
||
-------------------------------------------------------------------------------
|
||
IP4.ADDRESS[1]: 192.168.6.238/29
|
||
IP4.GATEWAY: --
|
||
IP4.ROUTE[1]: dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]: dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]: 192.168.213.113
|
||
IP4.DOMAIN[1]: sear4.foo4.bar
|
||
IP4.WINS[1]: 192.168.156.115
|
||
IP4.WINS[2]: 192.168.8.33
|
||
-------------------------------------------------------------------------------
|
||
-------------------------------------------------------------------------------
|
||
IP6.ADDRESS[1]: 2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]: 2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]: 2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY: 2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]: dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]: 2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]: 2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]: 2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]: sear6.fo.x.y
|
||
IP6.DOMAIN[2]: sear6.foo4.bar
|
||
-------------------------------------------------------------------------------
|
||
DHCP6.OPTION[1]: dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]: dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]: dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]: dhcp-6-opt-8 = val-8
|
||
-------------------------------------------------------------------------------
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS: /org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]: 5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]: UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]: <invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
-------------------------------------------------------------------------------
|
||
|
||
<<<
|
||
size: 1559
|
||
location: clients/tests/test-client.py:949:test_003()/397
|
||
cmd: $NMCLI --mode multiline --terse -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1403 bytes
|
||
>>>
|
||
NAME:ethernet
|
||
UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:
|
||
TIMESTAMP-REAL:
|
||
AUTOCONNECT:
|
||
AUTOCONNECT-PRIORITY:
|
||
READONLY:
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE:yes
|
||
DEVICE:eth1
|
||
STATE:activated
|
||
ACTIVE-PATH:/org/freedesktop/NetworkManager/ActiveConnection/2
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/ethernet
|
||
NAME:ethernet
|
||
UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:
|
||
TIMESTAMP-REAL:
|
||
AUTOCONNECT:
|
||
AUTOCONNECT-PRIORITY:
|
||
READONLY:
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE:yes
|
||
DEVICE:eth0
|
||
STATE:deactivating
|
||
ACTIVE-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/ethernet
|
||
NAME:con-1
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-1
|
||
NAME:con-xx1
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1569
|
||
location: clients/tests/test-client.py:949:test_003()/398
|
||
cmd: $NMCLI --mode multiline --terse -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1403 bytes
|
||
>>>
|
||
NAME:ethernet
|
||
UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:
|
||
TIMESTAMP-REAL:
|
||
AUTOCONNECT:
|
||
AUTOCONNECT-PRIORITY:
|
||
READONLY:
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE:yes
|
||
DEVICE:eth1
|
||
STATE:activated
|
||
ACTIVE-PATH:/org/freedesktop/NetworkManager/ActiveConnection/2
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/ethernet
|
||
NAME:ethernet
|
||
UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:
|
||
TIMESTAMP-REAL:
|
||
AUTOCONNECT:
|
||
AUTOCONNECT-PRIORITY:
|
||
READONLY:
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
ACTIVE:yes
|
||
DEVICE:eth0
|
||
STATE:deactivating
|
||
ACTIVE-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/ethernet
|
||
NAME:con-1
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-1
|
||
NAME:con-xx1
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 285
|
||
location: clients/tests/test-client.py:952:test_003()/399
|
||
cmd: $NMCLI --mode multiline --terse -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 124 bytes
|
||
>>>
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
|
||
<<<
|
||
size: 295
|
||
location: clients/tests/test-client.py:952:test_003()/400
|
||
cmd: $NMCLI --mode multiline --terse -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 124 bytes
|
||
>>>
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
|
||
<<<
|
||
size: 205
|
||
location: clients/tests/test-client.py:955:test_003()/401
|
||
cmd: $NMCLI --mode multiline --terse con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 227
|
||
location: clients/tests/test-client.py:955:test_003()/402
|
||
cmd: $NMCLI --mode multiline --terse con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 569
|
||
location: clients/tests/test-client.py:958:test_003()/403
|
||
cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 370 bytes
|
||
>>>
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 579
|
||
location: clients/tests/test-client.py:958:test_003()/404
|
||
cmd: $NMCLI --mode multiline --terse c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 370 bytes
|
||
>>>
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2208
|
||
location: clients/tests/test-client.py:961:test_003()/405
|
||
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2042 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 2218
|
||
location: clients/tests/test-client.py:961:test_003()/406
|
||
cmd: $NMCLI --mode multiline --terse -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2042 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 1841
|
||
location: clients/tests/test-client.py:949:test_003()/407
|
||
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 1673 bytes
|
||
>>>
|
||
NAME:[32methernet[0m
|
||
UUID:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE:[32m802-3-ethernet[0m
|
||
TIMESTAMP:[32m[0m
|
||
TIMESTAMP-REAL:[32m[0m
|
||
AUTOCONNECT:[32m[0m
|
||
AUTOCONNECT-PRIORITY:[32m[0m
|
||
READONLY:[32m[0m
|
||
DBUS-PATH:[32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE:[32myes[0m
|
||
DEVICE:[32meth1[0m
|
||
STATE:[32mactivated[0m
|
||
ACTIVE-PATH:[32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m
|
||
SLAVE:[32m[0m
|
||
FILENAME:[32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME:[31methernet[0m
|
||
UUID:[31mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE:[31m802-3-ethernet[0m
|
||
TIMESTAMP:[31m[0m
|
||
TIMESTAMP-REAL:[31m[0m
|
||
AUTOCONNECT:[31m[0m
|
||
AUTOCONNECT-PRIORITY:[31m[0m
|
||
READONLY:[31m[0m
|
||
DBUS-PATH:[31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE:[31myes[0m
|
||
DEVICE:[31meth0[0m
|
||
STATE:[31mdeactivating[0m
|
||
ACTIVE-PATH:[31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m
|
||
SLAVE:[31m[0m
|
||
FILENAME:[31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME:con-1
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-1
|
||
NAME:con-xx1
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 1851
|
||
location: clients/tests/test-client.py:949:test_003()/408
|
||
cmd: $NMCLI --mode multiline --terse --color yes -f ALL con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 1673 bytes
|
||
>>>
|
||
NAME:[32methernet[0m
|
||
UUID:[32mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE:[32m802-3-ethernet[0m
|
||
TIMESTAMP:[32m[0m
|
||
TIMESTAMP-REAL:[32m[0m
|
||
AUTOCONNECT:[32m[0m
|
||
AUTOCONNECT-PRIORITY:[32m[0m
|
||
READONLY:[32m[0m
|
||
DBUS-PATH:[32m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE:[32myes[0m
|
||
DEVICE:[32meth1[0m
|
||
STATE:[32mactivated[0m
|
||
ACTIVE-PATH:[32m/org/freedesktop/NetworkManager/ActiveConnection/2[0m
|
||
SLAVE:[32m[0m
|
||
FILENAME:[32m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME:[31methernet[0m
|
||
UUID:[31mUUID-ethernet-REPLACED-REPLACED-REPL[0m
|
||
TYPE:[31m802-3-ethernet[0m
|
||
TIMESTAMP:[31m[0m
|
||
TIMESTAMP-REAL:[31m[0m
|
||
AUTOCONNECT:[31m[0m
|
||
AUTOCONNECT-PRIORITY:[31m[0m
|
||
READONLY:[31m[0m
|
||
DBUS-PATH:[31m/org/freedesktop/NetworkManager/Settings/Connection/3[0m
|
||
ACTIVE:[31myes[0m
|
||
DEVICE:[31meth0[0m
|
||
STATE:[31mdeactivating[0m
|
||
ACTIVE-PATH:[31m/org/freedesktop/NetworkManager/ActiveConnection/1[0m
|
||
SLAVE:[31m[0m
|
||
FILENAME:[31m/etc/NetworkManager/system-connections/ethernet[0m
|
||
NAME:con-1
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/1
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-1
|
||
NAME:con-xx1
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
TIMESTAMP:0
|
||
TIMESTAMP-REAL:never
|
||
AUTOCONNECT:yes
|
||
AUTOCONNECT-PRIORITY:0
|
||
READONLY:no
|
||
DBUS-PATH:/org/freedesktop/NetworkManager/Settings/Connection/2
|
||
ACTIVE:no
|
||
DEVICE:
|
||
STATE:
|
||
ACTIVE-PATH:
|
||
SLAVE:
|
||
FILENAME:/etc/NetworkManager/system-connections/con-xx1
|
||
|
||
<<<
|
||
size: 297
|
||
location: clients/tests/test-client.py:952:test_003()/409
|
||
cmd: $NMCLI --mode multiline --terse --color yes -f UUID,TYPE con
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 124 bytes
|
||
>>>
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
|
||
<<<
|
||
size: 307
|
||
location: clients/tests/test-client.py:952:test_003()/410
|
||
cmd: $NMCLI --mode multiline --terse --color yes -f UUID,TYPE con
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 124 bytes
|
||
>>>
|
||
UUID:5fcfd6d7-1e63-3332-8826-a7eda103792d
|
||
TYPE:802-3-ethernet
|
||
UUID:UUID-con-xx1-REPLACED-REPLACED-REPLA
|
||
TYPE:802-3-ethernet
|
||
|
||
<<<
|
||
size: 217
|
||
location: clients/tests/test-client.py:955:test_003()/411
|
||
cmd: $NMCLI --mode multiline --terse --color yes con s ethernet
|
||
lang: C
|
||
returncode: 10
|
||
stderr: 46 bytes
|
||
>>>
|
||
Error: ethernet - no such connection profile.
|
||
|
||
<<<
|
||
size: 239
|
||
location: clients/tests/test-client.py:955:test_003()/412
|
||
cmd: $NMCLI --mode multiline --terse --color yes con s ethernet
|
||
lang: pl_PL.UTF-8
|
||
returncode: 10
|
||
stderr: 58 bytes
|
||
>>>
|
||
Błąd: ethernet — nie ma takiego profilu połączenia.
|
||
|
||
<<<
|
||
size: 581
|
||
location: clients/tests/test-client.py:958:test_003()/413
|
||
cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 370 bytes
|
||
>>>
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 591
|
||
location: clients/tests/test-client.py:958:test_003()/414
|
||
cmd: $NMCLI --mode multiline --terse --color yes c s /org/freedesktop/NetworkManager/ActiveConnection/1
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 370 bytes
|
||
>>>
|
||
GENERAL.NAME:ethernet
|
||
GENERAL.UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.DEVICES:eth0
|
||
GENERAL.STATE:deactivating
|
||
GENERAL.DEFAULT:no
|
||
GENERAL.DEFAULT6:no
|
||
GENERAL.SPEC-OBJECT:
|
||
GENERAL.VPN:no
|
||
GENERAL.DBUS-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/Settings/Connection/3
|
||
GENERAL.ZONE:
|
||
GENERAL.MASTER-PATH:
|
||
|
||
<<<
|
||
size: 2220
|
||
location: clients/tests/test-client.py:961:test_003()/415
|
||
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
|
||
lang: C
|
||
returncode: 0
|
||
stdout: 2042 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|
||
size: 2230
|
||
location: clients/tests/test-client.py:961:test_003()/416
|
||
cmd: $NMCLI --mode multiline --terse --color yes -f all dev show eth0
|
||
lang: pl_PL.UTF-8
|
||
returncode: 0
|
||
stdout: 2042 bytes
|
||
>>>
|
||
GENERAL.DEVICE:eth0
|
||
GENERAL.TYPE:ethernet
|
||
GENERAL.NM-TYPE:NMDeviceEthernet
|
||
GENERAL.VENDOR:
|
||
GENERAL.PRODUCT:
|
||
GENERAL.DRIVER:virtual
|
||
GENERAL.DRIVER-VERSION:
|
||
GENERAL.FIRMWARE-VERSION:
|
||
GENERAL.HWADDR:C0:61:AE:26:4D:D7
|
||
GENERAL.MTU:0
|
||
GENERAL.STATE:20 (unavailable)
|
||
GENERAL.REASON:0 (No reason given)
|
||
GENERAL.UDI:/sys/devices/virtual/eth0
|
||
GENERAL.IP-IFACE:
|
||
GENERAL.IS-SOFTWARE:no
|
||
GENERAL.NM-MANAGED:yes
|
||
GENERAL.AUTOCONNECT:yes
|
||
GENERAL.FIRMWARE-MISSING:no
|
||
GENERAL.NM-PLUGIN-MISSING:no
|
||
GENERAL.PHYS-PORT-ID:
|
||
GENERAL.CONNECTION:ethernet
|
||
GENERAL.CON-UUID:UUID-ethernet-REPLACED-REPLACED-REPL
|
||
GENERAL.CON-PATH:/org/freedesktop/NetworkManager/ActiveConnection/1
|
||
GENERAL.METERED:unknown
|
||
CAPABILITIES.CARRIER-DETECT:no
|
||
CAPABILITIES.SPEED:100 Mb/s
|
||
CAPABILITIES.IS-SOFTWARE:no
|
||
CAPABILITIES.SRIOV:no
|
||
WIRED-PROPERTIES.CARRIER:off
|
||
IP4.ADDRESS[1]:192.168.6.238/29
|
||
IP4.GATEWAY:
|
||
IP4.ROUTE[1]:dst = 192.168.58.133/31, nh = 192.168.50.116, mt = 3130348792
|
||
IP4.ROUTE[2]:dst = 192.168.155.50/19, nh = 192.168.127.64
|
||
IP4.DNS[1]:192.168.213.113
|
||
IP4.DOMAIN[1]:sear4.foo4.bar
|
||
IP4.WINS[1]:192.168.156.115
|
||
IP4.WINS[2]:192.168.8.33
|
||
IP6.ADDRESS[1]:2001:a::29c0:62b9:2e01:30a/69
|
||
IP6.ADDRESS[2]:2001:a::6433:6420:34f9:3801/115
|
||
IP6.ADDRESS[3]:2001:a::8191:ed6b:8ce:b60/103
|
||
IP6.GATEWAY:2001:a::2b50:64d1:9a91:23b4
|
||
IP6.ROUTE[1]:dst = 2001:a::5ecb:f5ee:fb96:856c/100, nh = ::, mt = 4249082794
|
||
IP6.DNS[1]:2001:a::1323:9a78:2b82:d16b
|
||
IP6.DNS[2]:2001:a::4e1:24e6:b8c1:91bb
|
||
IP6.DNS[3]:2001:a::bd96:3bed:fbd6:19c5
|
||
IP6.DOMAIN[1]:sear6.fo.x.y
|
||
IP6.DOMAIN[2]:sear6.foo4.bar
|
||
DHCP6.OPTION[1]:dhcp-6-opt-1 = val-1
|
||
DHCP6.OPTION[2]:dhcp-6-opt-5 = val-5
|
||
DHCP6.OPTION[3]:dhcp-6-opt-6 = val-6
|
||
DHCP6.OPTION[4]:dhcp-6-opt-8 = val-8
|
||
CONNECTIONS.AVAILABLE-CONNECTION-PATHS:/org/freedesktop/NetworkManager/Settings/Connection/{1,2,3}
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[1]:5fcfd6d7-1e63-3332-8826-a7eda103792d | con-1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[2]:UUID-con-xx1-REPLACED-REPLACED-REPLA | con-xx1
|
||
CONNECTIONS.AVAILABLE-CONNECTIONS[3]:<invisible> | /org/freedesktop/NetworkManager/Settings/Connection/3
|
||
|
||
<<<
|