Commit 3abb601
committed
mrib: receive_mrt: workaround for RTL8373 queries
Fixes the following warning caused by RTL8373 sending IGMP queries without
including the mandatory IPv4 Router Alert option:
mrib_receive_mrt: ignoring invalid IGMP-message of type 11 from <ip> on <ifindex>
According to RFC3376 9.1 [1]:
- Hosts SHOULD ignore v2 or v3 Queries without the Router-Alert option.
However, we can add an exception to be compatible with non-compliant switches.
[1] https://datatracker.ietf.org/doc/html/rfc3376#section-9.1
Link: #23
Signed-off-by: Álvaro Fernández Rojas <noltari@gmail.com>1 parent e25491f commit 3abb601
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
306 | 306 | | |
307 | 307 | | |
308 | 308 | | |
309 | | - | |
| 309 | + | |
310 | 310 | | |
311 | 311 | | |
312 | 312 | | |
| |||
0 commit comments