Commit 5c74156
committed
Reject packets with source of 0.0 from extended networks.
Packets from extended networks must have a source network specified. Anything coming from node `0.0` is clearly invalid and should be discarded. Note that the Linux 6.9 and newer include a revised AppleTalk kernel module that sometimes outputs packets with a source of `0.0`, which was causing TashRouter to crash. Fixes #81 parent 95dacac commit 5c74156
1 file changed
+3
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
71 | 71 | | |
72 | 72 | | |
73 | 73 | | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
74 | 77 | | |
75 | 78 | | |
76 | 79 | | |
| |||
0 commit comments