31 lines
465 B
Plaintext
31 lines
465 B
Plaintext
|
# Please refer to man ndppd.conf(8) for details.
|
||
|
|
||
|
# invalid-ttl <milliseconds>
|
||
|
#invalid-ttl 5000
|
||
|
|
||
|
# valid-ttl <milliseconds>
|
||
|
#valid-ttl 30000
|
||
|
|
||
|
# renew <milliseconds>
|
||
|
#renew 5000
|
||
|
|
||
|
# retransmit-limit <count>
|
||
|
#retransmit-limit 3
|
||
|
|
||
|
# retransmit-time <milliseconds>
|
||
|
#retransmit-time 1000
|
||
|
|
||
|
# keepalive <yes|no>
|
||
|
#keepalive yes
|
||
|
|
||
|
# proxy <interface>
|
||
|
proxy eth0 {
|
||
|
# router <yes|no>
|
||
|
#router yes
|
||
|
|
||
|
# rule <ip>[/<prefix>]
|
||
|
rule dead::beef:: {
|
||
|
#auto
|
||
|
}
|
||
|
}
|