You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
391 B

  1. --- a/programs/pluto/kernel_xfrm.c 2020-05-16 19:12:30.107226478 +0300
  2. +++ b/programs/pluto/kernel_xfrm.c 2020-05-16 19:20:25.735522574 +0300
  3. @@ -2759,7 +2759,8 @@
  4. LOG_ERRNO(errno, "\"%s\"", proc_f);
  5. }
  6. } else {
  7. - LOG_ERRNO(errno, "could not stat \"%s\"", proc_f);
  8. + DBG(DBG_KERNEL, DBG_log("starting without ipv6 support!"));
  9. + disable_ipv6 = 1;
  10. }
  11. if (disable_ipv6 == 1) {