Project

General

Profile

Bug #1984

Updated by Junxiao Shi over 9 years ago

1. * Run nfd with at least one Ethernet face, e.g.: 

         

 ``` 
 faceid=257 remote=ether://[01:00:5e:00:17:aa] local=dev://eth0 
 ``` 

 2. * Run `ip link set eth0 down` 
 3. * Watch nfd committing suicide: 

         

 ``` 
 1411055327.657042 FATAL: [NFD] pcap_next_ex(): The interface went down 
 ```

Back