summaryrefslogtreecommitdiff
path: root/open-vm-tools/lib/netUtil/netUtilLinux.c
diff options
context:
space:
mode:
Diffstat (limited to 'open-vm-tools/lib/netUtil/netUtilLinux.c')
-rw-r--r--open-vm-tools/lib/netUtil/netUtilLinux.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/open-vm-tools/lib/netUtil/netUtilLinux.c b/open-vm-tools/lib/netUtil/netUtilLinux.c
index 399caefa..df6013ab 100644
--- a/open-vm-tools/lib/netUtil/netUtilLinux.c
+++ b/open-vm-tools/lib/netUtil/netUtilLinux.c
@@ -1,5 +1,5 @@
/*********************************************************
- * Copyright (C) 1998 VMware, Inc. All rights reserved.
+ * Copyright (C) 1998-2015 VMware, Inc. All rights reserved.
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU Lesser General Public License as published
@@ -70,7 +70,7 @@
#include "util.h"
#include "str.h"
-#define MAX_IFACES 4
+#define MAX_IFACES 64
#define LOOPBACK "lo" // XXX: We would have a problem with something like "loa0".
#ifndef INET_ADDRSTRLEN
#define INET_ADDRSTRLEN 16