created | 2018-11-30T05:28:52Z |
---|---|
begin | 2018-09-27T00:00:00Z |
end | 2018-09-28T00:00:00Z |
path | src/sys |
commits | 2 |
date | 2018-09-27T12:36:57Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/route.c | log | diff | annotate |
message |
Make sure the L2 entry is cloned before dereferencing its parent. RTF_LOCAL entries or static ARP entries don't have parents, so the logic was incorrect. Note that it might be possible to extend the logic to work with non-cloned L2 entries but the few use cases do not justify the complexity (yet). Problem reported & fix tested by Elie Bouttier. ok bluhm@, visa@, claudio@ |
date | 2018-09-27T12:39:36Z | |||
---|---|---|---|---|
author | mpi | |||
files | src/sys/net/bridgectl.c | log | diff | annotate |
src/sys/net/if_bridge.c | log | diff | annotate | |
message |
Coherently name "struct bridge_iflist" variables `bif'. ok visa@ |