9c36a65b11
When the network interface state is changed, NFD reconfigures its multicast ethernet faces. The code responsible for this is prone to a TOCTOU race condition, e.g., if an interface is quickly brought up and then down again. This currently raises an uncaught exception when we try to set a packet filter for that interface. Prevent this issue by catching PcapHelper errors in the same manner as we catch EthernetTransport errors, and skip creating the face. Refs: #5297 Change-Id: I9f91ac7c42dec06de34128cb34d6de8bb57e8cf5
17 lines
696 B
Plaintext
17 lines
696 B
Plaintext
<aa@cs.fiu.edu> <alexander.afanasyev@ucla.edu>
|
|
Alexander Lane <awlane@memphis.edu>
|
|
<chghasemi@cs.arizona.edu> <chavoosh.ghasemi@gmail.com>
|
|
<davidepesa@gmail.com> <davide.pesavento@lip6.fr>
|
|
<enewberry@email.arizona.edu> <enewberry@cs.arizona.edu>
|
|
Haowei Yuan <hyuan@wustl.edu>
|
|
Hila Ben Abraham <hilata@gmail.com>
|
|
<lybmath2009@gmail.com> <lybmath@ucla.edu>
|
|
Md Ashiqur Rahman <marahman@email.arizona.edu>
|
|
Minsheng Zhang <jimmyzms5@gmail.com>
|
|
Spyridon Mastorakis <spiros.mastorakis@gmail.com>
|
|
Susmit Shannigrahi <susmit@cs.colostate.edu>
|
|
Tai-Lin Chu <tailinchu@gmail.com>
|
|
<tuyukai1994@gmail.com> <tyk@bupt.edu.cn>
|
|
Vince Lehman <vslehman@memphis.edu> <vlehman1@gmail.com>
|
|
Yumin Xia <me@yumin-xia.com>
|