ashu | 01b62f7 | 2015-03-12 15:16:11 -0500 | [diff] [blame] | 1 | ; the general section contains all the general settings for router |
| 2 | |
| 3 | $GENERAL_SECTION |
| 4 | |
| 5 | ; the neighbors section contains the configuration for router's neighbors and hello's behavior |
| 6 | |
| 7 | $NEIGHBORS_SECTION |
| 8 | |
| 9 | ; the hyperbolic section contains the configuration settings of enabling a router to calculate |
| 10 | ; routing table using [hyperbolic routing table calculation](http://arxiv.org/abs/0805.1266) method |
| 11 | |
| 12 | $HYPERBOLIC_SECTION |
| 13 | |
| 14 | |
| 15 | ; the fib section is used to configure fib entry's type to ndn FIB updated by NLSR |
| 16 | |
| 17 | $FIB_SECTION |
| 18 | |
| 19 | ; the advertising section contains the configuration settings of the name prefixes |
| 20 | ; hosted by this router |
| 21 | |
| 22 | $ADVERTISING_SECTION |
| 23 | |
Vince Lehman | 5d5a566 | 2015-12-02 12:33:12 -0600 | [diff] [blame] | 24 | $SECURITY_SECTION |