You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
slx_facts does not parse 'show interface' properly when loopbacks are present.
There is no new line character separating the loopback and the interfaces. Therefore, the first interface in the ansible_net_interfaces dict is a regex blend of all interfaces in the seamless text block.
How are we expected to parse this?
show interface
Loopback 1 is up, line protocol is up
Hardware is Loopback
Pluggable media not present
Interface index (ifindex) is 1476395009 (0x58000001)
IP MTU 1500 bytes
LineSpeed Actual : Nil
LineSpeed Configured : Auto
Last clearing of show interface counters: 40w6d21h
Queueing strategy: fifo
Primary Internet Address is 10.255.0.16/32
FEC Mode - RS-FEC
Loopback 2 is up, line protocol is up
Hardware is Loopback
Pluggable media not present
Interface index (ifindex) is 1476395010 (0x58000002)
IP MTU 1500 bytes
LineSpeed Actual : Nil
LineSpeed Configured : Auto
Last clearing of show interface counters: 40w6d21h
Queueing strategy: fifo
Primary Internet Address is 10.255.0.17/32
FEC Mode - RS-FEC
Ethernet 0/1:1 is up, line protocol is up (connected)
The text was updated successfully, but these errors were encountered:
community.network 5.1.0
slx_facts does not parse 'show interface' properly when loopbacks are present.
There is no new line character separating the loopback and the interfaces. Therefore, the first interface in the ansible_net_interfaces dict is a regex blend of all interfaces in the seamless text block.
How are we expected to parse this?
The text was updated successfully, but these errors were encountered: