From: pali <7141871+pali@users.noreply.github.com> Date: Sat, 3 Oct 2020 08:10:29 +0000 (+0200) Subject: Enable IPv6 by default (#171) X-Git-Tag: ppp-2.4.9~52 X-Git-Url: http://git.ozlabs.org/?a=commitdiff_plain;h=2937722f04389ad1464ce8e76d357963e3bda126;p=ppp.git Enable IPv6 by default (#171) Now in year 2020 we should not have disabled IPv6 support by default. So let both IPv4 and IPv6 enabled by default. Signed-off-by: Pali Rohár --- diff --git a/pppd/ipv6cp.c b/pppd/ipv6cp.c index 5857336..c01b846 100644 --- a/pppd/ipv6cp.c +++ b/pppd/ipv6cp.c @@ -303,7 +303,7 @@ struct protent ipv6cp_protent = { ipv6cp_close, ipv6cp_printpkt, NULL, - 0, + 1, "IPV6CP", "IPV6", ipv6cp_option_list,