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
{{ message }}
This repository has been archived by the owner on Oct 26, 2022. It is now read-only.
Currently, slave links are just returned as raw bytes:
netlink/netlink-sys/src/packet/rtnl/link/nlas/link_infos.rs
Lines 35 to 36 in 5c1efa5
These should be decoded just like master links. The bridge slave info can be printed currently with:
An example of the data it produces:
These constants can be uncommented here:
netlink/netlink-packet-route/src/rtnl/constants.rs
Lines 832 to 864 in 8d3db04
It appears from the iproute2 source code that only bonds and bridges have slave devices.
The text was updated successfully, but these errors were encountered: