From 5538df4681e2cb126bc4c5762884e0943a59bdde Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 14 Sep 2007 23:06:34 +0000 Subject: 2007-09-14 Joel Sherrill * networkconfig.h: Loopback only network configuration tweaked to have a hostname. --- networkconfig.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'networkconfig.h') diff --git a/networkconfig.h b/networkconfig.h index 75d0e12..4ff3dd5 100644 --- a/networkconfig.h +++ b/networkconfig.h @@ -44,10 +44,15 @@ static struct rtems_bsdnet_ifconfig netdriver_config = { */ struct rtems_bsdnet_config rtems_bsdnet_config = { &netdriver_config, - NULL, /* do not use bootp */ - 0, /* Default network task priority */ - 0, /* Default mbuf capacity */ - 0, /* Default mbuf cluster capacity */ + NULL, /* do not use bootp */ + 0, /* Default network task priority */ + 0, /* Default mbuf capacity */ + 0, /* Default mbuf cluster capacity */ + "rtems", /* Host name */ + "nodomain.com", /* Domain name */ + "127.0.0.1", /* Gateway */ + "127.0.0.1", /* Log host */ + {"127.0.0.1" }, /* Name server(s) */ }; /* -- cgit v1.2.3