summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Williams <dcbw@redhat.com>2007-04-05 19:03:15 +0000
committerDan Williams <dcbw@redhat.com>2007-04-05 19:03:15 +0000
commitb37de34c72e8832c1eb66fc6174df89c53120f10 (patch)
tree350c67b8e76680e1233cd9a545eef804f76fb0db
parent14461d1f8ed9827420ad04f68a3bbbb15716051c (diff)
downloadNetworkManager-b37de34c72e8832c1eb66fc6174df89c53120f10.tar.gz
2007-04-05 Dan Williams <dcbw@redhat.com>
* src/nm-device-802-11-mesh-olpc.c - Change MPPREQ protocol port # to 16 - Change MPPREQ anycast IP to 172.31.255.254 git-svn-id: http://svn-archive.gnome.org/svn/NetworkManager/branches/nm-0-6-olpc@2537 4912f4e0-d625-0410-9fb7-b9a5a253dbdc
-rw-r--r--ChangeLog6
-rw-r--r--src/nm-device-802-11-mesh-olpc.c4
2 files changed, 8 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 64e4ab42f4..1b51436e5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,12 @@
2007-04-05 Dan Williams <dcbw@redhat.com>
* src/nm-device-802-11-mesh-olpc.c
+ - Change MPPREQ protocol port # to 16
+ - Change MPPREQ anycast IP to 172.31.255.254
+
+2007-04-05 Dan Williams <dcbw@redhat.com>
+
+ * src/nm-device-802-11-mesh-olpc.c
- (real_activation_failure_handler): switch adapter back to infrastructure
mode when not activating a mesh
diff --git a/src/nm-device-802-11-mesh-olpc.c b/src/nm-device-802-11-mesh-olpc.c
index 9aa0620741..85e63481b7 100644
--- a/src/nm-device-802-11-mesh-olpc.c
+++ b/src/nm-device-802-11-mesh-olpc.c
@@ -1570,8 +1570,8 @@ mpp_discovery_rreq_timeout_cb (gpointer user_data)
}
#define MPPREQ_MSG "MPPREQ"
-#define MPPREQ_PORT 953
-#define MPPREQ_IP4 "192.168.2.99"
+#define MPPREQ_PORT 16
+#define MPPREQ_IP4 "172.31.255.254"
#define MPPREQ_MAC "c027c027c027"
static gboolean