summaryrefslogtreecommitdiffstats
path: root/lib/libstand/globals.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/libstand/globals.c')
-rw-r--r--lib/libstand/globals.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libstand/globals.c b/lib/libstand/globals.c
index 0310823..f2c6240 100644
--- a/lib/libstand/globals.c
+++ b/lib/libstand/globals.c
@@ -30,7 +30,8 @@ struct in_addr myip; /* my ip address */
struct in_addr nameip; /* DNS server ip address */
struct in_addr rootip; /* root ip address */
struct in_addr swapip; /* swap ip address */
-struct in_addr gateip; /* swap ip address */
+struct in_addr gateip; /* gateway ip address */
n_long netmask = 0xffffff00; /* subnet or net mask */
+u_int intf_mtu; /* interface mtu from bootp/dhcp */
int errno; /* our old friend */
OpenPOWER on IntegriCloud