Yi Huang | 2d9ec55 | 2014-04-26 03:41:26 -0700 | [diff] [blame^] | 1 | Test correctness of NRD prefix registration and FIB updates (without ForwardingFlags processing). |
| 2 | |
| 3 | 1. Modify $HOME/.ndn/client.conf to choose "protocol=nrd-0.1". |
| 4 | 2. Start NFD and NRD. |
| 5 | 3. Run nfd-status to obtain FIB. |
| 6 | 4. Start ndn-traffic-server; configuration has one or more non-overlapping prefixes. |
| 7 | 5. Run nfd-status to obtain FIB. Compare new FIB to the FIB from step 3, and determine whether FIB entry is inserted |
| 8 | 6. Stop ndn-traffic-server. |
| 9 | 7. Run nfd-status to obtain FIB. Compare new FIB to the FIB from step 5, and determine whether FIB entry is deleted |