blob: 7c1626171459637d66fab44a7f80892e673366ab [file] [log] [blame]
Yi Huang3d230672014-04-26 04:25:24 -07001log
2{
3}
4
5face_system
6{
7 unix
8 {
9 listen yes
10 path /var/run/nfd.sock
11 }
12
13 tcp
14 {
15 listen yes
16 port 6363
17 }
18
19 udp
20 {
21 port 6363
22 idle_timeout 600
23 keep_alive_interval 25
24
25 mcast no ; Turn off UDP multicast.
26 }
27
28 ether
29 {
30 mcast no ; Turn off Ethernet multicast.
31 }
32}
33
34authorizations
35{
36 authorize
37 {
38 certfile keys/default.ndncert
39 privileges
40 {
41 faces
42 fib
43 strategy-choice
44 }
45 }
46}