diff options
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))) { |