diff options
| author | Michael Biebl <biebl@debian.org> | 2011-11-12 01:36:16 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2011-11-12 01:36:16 +0100 |
| commit | 86f44a65ad7617c7445edeca287fd903fc491a15 (patch) | |
| tree | f50b2eccd9e376fead6b1a8c9e8cf7604a862e0c /src/nm-device.c | |
| parent | d35bb563359e30a95af10733a424643f1b8e6edb (diff) | |
| parent | b436a68a20ff3114ded32a7a3d70cdd4954039f9 (diff) | |
Merge commit 'upstream/0.9.2.0'
Diffstat (limited to 'src/nm-device.c')
| -rw-r--r-- | src/nm-device.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/nm-device.c b/src/nm-device.c index a4cd3e93..95f07e44 100644 --- a/src/nm-device.c +++ b/src/nm-device.c @@ -1863,7 +1863,7 @@ release_shared_ip (gpointer data) static guint32 reserve_shared_ip (void) { - guint32 start = (guint32) ntohl (0x0a2a2b01); /* 10.42.43.1 */ + guint32 start = (guint32) ntohl (0x0a2a0001); /* 10.42.0.1 */ guint32 count = 0; while (g_hash_table_lookup (shared_ips, GUINT_TO_POINTER (start + count))) { |