Commit bd10cf5
committed
Handle OpenBSD routes with locked MTU.
In OpenBSD the MTU value of a route may be locked. This is indicated
by an ' L' in the netstat -r output. For scapy's read_routes()
this looks like an additional column. Make the parser aware of
this possibility when finding the network interface.1 parent 71c23da commit bd10cf5
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
78 | 78 | | |
79 | 79 | | |
80 | 80 | | |
81 | | - | |
| 81 | + | |
| 82 | + | |
82 | 83 | | |
83 | 84 | | |
84 | 85 | | |
| |||
0 commit comments