|
From: Mikael S. <st...@us...> - 2002-10-02 15:28:34
|
The following file was modified in apps/bluetooth/experimental:
Name Old version New version Tag Comment
---- ----------- ----------- --- -------
btd.c 1.38 1.39=20=20=20=20=20=20=20=20=20=20=20=20=20=20
The accompanying log:
Updated uptions for ppp-2.4
The diff of the modified file(s):
--- btd.c 3 Jun 2002 10:07:28 -0000 1.38
+++ btd.c 2 Oct 2002 15:28:31 -0000 1.39
@@ -528,6 +528,7 @@
opts[i++] =3D "nopersist";
opts[i++] =3D "silent";
opts[i++] =3D "passive";
+ opts[i++] =3D "local";
=20=20=20=20=20
/* Use radius ? */
if (ipset->useradius)
@@ -581,12 +582,6 @@
opts[i++] =3D "ktune"; /* enables ip_forwarding */
}
=20
- if (ipset->usingmasq)
- {
- pppd_options[i++] =3D "usingmasq";
- }
-
-=20=20=20=20
strcpy(local_ip, get_local_ip_address());
/* local/remote ip */
sprintf(ip_addresses, "%s:%s", local_ip, inet_ntoa(ipset->ip));
|