commit | 47e7b7b2b5bb16acf9529393b741fb7546ee9701 | [log] [tgz] |
---|---|---|
author | Marcelo Roberto Jimenez <marcelo.jimenez@gmail.com> | Sat Oct 11 13:27:49 2025 -0300 |
committer | Chris Friedt <chrisfriedt@gmail.com> | Mon Oct 13 09:37:56 2025 -0400 |
tree | a6715b286033caf8651e72bfba62592ee87764a6 | |
parent | 074f4db67a25ffee5eb9b667e71bf0f0686244a0 [diff] |
drivers: ethernet: Add promiscuous mode to slip interface Slip is naturally promiscuous, so this patch does nothing but acknowledge that. Promiscuous mode in slip is important to allow the interface to be added to a bridge. Signed-off-by: Marcelo Roberto Jimenez <marcelo.jimenez@gmail.com>