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. --- ChangeLog | 5 +++++ networkconfig.h | 13 +++++++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index d33c51b..334dfc7 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2007-09-14 Joel Sherrill + + * networkconfig.h: Loopback only network configuration tweaked to have + a hostname. + 2007-09-14 Joel Sherrill * networkconfig.h: Loopback only network configuration. Use one of the 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