The manual had the wrong setting name for autowire
This commit is contained in:
parent
b6b3487152
commit
4316aa58dd
@ -23,12 +23,12 @@ proxy eth0 {
|
|||||||
|
|
||||||
timeout 500
|
timeout 500
|
||||||
|
|
||||||
# auto-wire <yes|no|true|false>
|
# autowire <yes|no|true|false>
|
||||||
# Controls whether whether ndppd will automatically create host entries
|
# Controls whether whether ndppd will automatically create host entries
|
||||||
# in the routing tables when it receives Neighbor Advertisements on a
|
# in the routing tables when it receives Neighbor Advertisements on a
|
||||||
# listening interface. The the default value is no.
|
# listening interface. The the default value is no.
|
||||||
|
|
||||||
auto-wire no
|
autowire no
|
||||||
|
|
||||||
# ttl <integer>
|
# ttl <integer>
|
||||||
# Controls how long a valid or invalid entry remains in the cache, in
|
# Controls how long a valid or invalid entry remains in the cache, in
|
||||||
|
@ -48,7 +48,7 @@ Controls how long
|
|||||||
.B ndppd
|
.B ndppd
|
||||||
will cache an entry. This is in milliseconds, and the default value
|
will cache an entry. This is in milliseconds, and the default value
|
||||||
is 30000 (30 seconds).
|
is 30000 (30 seconds).
|
||||||
.IP "auto-wire <yes|no>"
|
.IP "autowire <yes|no>"
|
||||||
Controls whether
|
Controls whether
|
||||||
.B ndppd
|
.B ndppd
|
||||||
will automatically create host entries in the routing tables when
|
will automatically create host entries in the routing tables when
|
||||||
|
Loading…
x
Reference in New Issue
Block a user