]> git.ozlabs.org Git - ppp.git/commit
pppd: Fix the default value for ipv6cp-accept-local to false
authorSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 19 Jul 2020 11:43:39 +0000 (13:43 +0200)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 19 Jul 2020 11:55:55 +0000 (13:55 +0200)
commit0678d3bf69116af58b00fbc64bd4185acb4d5c37
tree6653885fc051513036110d76856a5166bca5d367
parentddd57c279f467e18c4fb3a661f21a069a5a37a1f
pppd: Fix the default value for ipv6cp-accept-local to false

The ipv6cp-accept-local option was supposed to enable it, but it is
already enabled by default, with no way to disable it.

For coherency with IPv4 and IPX, this disables ipv6cp-accept-local by
default, and the option can be used to enable it.

This also enables it automatically when the local id is not
specified, in coherency with IPv4 and IPX, and as the documentation was
saying.

Signed-off-by: Samuel Thibault <samuel.thibault@ens-lyon.org>
pppd/ipv6cp.c