commit | 0516d75d8467e927b03d55fee44b195836588d29 | [log] [tgz] |
---|---|---|
author | Robert Lubos <robert.lubos@nordicsemi.no> | Tue May 17 09:33:17 2022 +0200 |
committer | Marti Bolivar <marti.bolivar@nordicsemi.no> | Fri May 27 15:40:29 2022 -0700 |
tree | cff311eb8dc75d26598ec153456d3e63a8e57416 | |
parent | eddb6c8111d2cdd5d10d919be2dcee8330141e2f [diff] |
net: ethernet: Add Kconfig option to forward unrecognized EtherType frames Add Kconfig option to the Ethernet L2 which allows to forward frames with unknown EtherType further into the stack. This can be useful for packet sockets, where further frame processing is application dependent. Signed-off-by: Robert Lubos <robert.lubos@nordicsemi.no>