|
Added
Link Here
|
| 1 |
--- src/VBox/HostDrivers/adpctl/VBoxNetAdpCtl.cpp.orig 2022-01-27 18:36:57 UTC |
| 2 |
+++ src/VBox/HostDrivers/adpctl/VBoxNetAdpCtl.cpp |
| 3 |
@@ -737,7 +737,7 @@ int Adapter::doIOCtl(unsigned long iCmd, VBOXNETADPREQ |
| 4 |
* Global config file implementation * |
| 5 |
*********************************************************************************************************************************/ |
| 6 |
|
| 7 |
-#define VBOX_GLOBAL_NETWORK_CONFIG_PATH "/etc/vbox/networks.conf" |
| 8 |
+#define VBOX_GLOBAL_NETWORK_CONFIG_PATH "/usr/local/etc/vbox/networks.conf" |
| 9 |
#define VBOXNET_DEFAULT_IPV4MASK "255.255.255.0" |
| 10 |
|
| 11 |
class NetworkAddress |