From 2937722f04389ad1464ce8e76d357963e3bda126 Mon Sep 17 00:00:00 2001 From: pali <7141871+pali@users.noreply.github.com> Date: Sat, 3 Oct 2020 10:10:29 +0200 Subject: [PATCH] Enable IPv6 by default (#171) MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit 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 --- pppd/ipv6cp.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, -- 2.39.2