commit | a03aced8b7c9dee7d71ae77cd9997d8725ab57a6 | [log] [tgz] |
---|---|---|
author | Joel Fernandes <joelaf@google.com> | Thu Jan 10 11:24:11 2019 -0500 |
committer | Joel Fernandes <joelaf@google.com> | Fri Jan 11 08:59:46 2019 -0500 |
tree | 428750571b7c5583fd18a76d399cfaa0ab4aa637 | |
parent | e45746650275e72427640a69b6ac7f38184e0655 [diff] |
Make netd wait for BPF programs to get loaded BPF programs are being loaded by bpfloader started by init. Since there is a possible race where bpfloader starts before netd starts, because make sure netd waits if bpfloader started too soon. Test: force bpfloader to start later and see netd wait. Bug: 112334572 Change-Id: I1cff053f228cc8ee852d5e2de79cafb5d42d6aff Signed-off-by: Joel Fernandes <joelaf@google.com>