freebsd-ports/net/poptop/files/patch-ae
Nick Sayer 4a0cd50687 1. Upgrade to 1.1.2. They recommend 1.0.1, but 1.1.2 has been out for a
while and appears to work better.

2. INSTALL_SCRIPT for the rc.d script rather than INSTALL_DATA. That way
it actually gets run at startup.
2001-09-08 16:28:00 +00:00

19 lines
544 B
Plaintext

--- pptpgre.c.orig Sat Sep 8 09:12:30 2001
+++ pptpgre.c Sat Sep 8 09:13:11 2001
@@ -114,6 +114,7 @@
strerror (errno));
}
+#if 0
/* Tell kernel we do not want headers with our IP packets. I was
hoping this would eliminate the need to strip them from received
packets, but instead it appears to only affect transmission.
@@ -131,6 +132,7 @@
syslog (LOG_ERR, "Couldn't set hdrincl to false");
}
}
+#endif
gre->pty_fd = pty_fd;
gre->call_id_pair = call_id_pair; /* network byte order */