imsnif/bandwhich

fail to listen on dynamic link aggregation interface

Open

#364 geöffnet am 16. Feb. 2024

Auf GitHub ansehen
 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)Rust (237 Forks)batch import
bughelp wanted

Repository-Metriken

Stars
 (7.686 Stars)
PR-Merge-Metriken
 (Keine gemergten PRs in 30 T)

Beschreibung

Hi, I try to use bandwhich on system which use IEEE 802.3ad dynamic link aggregation to bond 2 ethernet together. Got error when use:

bandwhich -i bond0 
bond0: " No such device (os error 19)"

If tried to listen on the individual ethernet which is member of the bond. got error,

bandwhich -i eth4
thread 'main' panicked at 'asked to collect errors but found no errors', src/os/shared.rs:143:14
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace  

Is there a way to make bandwhich listen on link aggregation? or member of the link., Thanks

Contributor Guide