Changeset 83c159d in network-demos for networkconfig.h


Ignore:
Timestamp:
04/07/99 21:33:21 (24 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.11, 57a009d5b89e72f488ab655184e6a33bb0fe6b7f, netdemos-4-5-branch, network-demos-4-10-branch, network-demos-4-6-branch, network-demos-4-7-branch, network-demos-4-8-branch, network-demos-4-9-branch, rtems-4-5-branch
Children:
14b63a0, 2cf4ec4
Parents:
ba9c45c
Message:

Changed to bogus information.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • networkconfig.h

    rba9c45c r83c159d  
    5252        NULL,                           /* BOOTP supplies IP net mask */
    5353#else
    54         "192.168.1.100",                /* IP address */
     54        "XXX.YYY.ZZZ.XYZ",              /* IP address */
    5555        "255.255.255.0",                /* IP net mask */
    5656#endif /* !RTEMS_USE_BOOTP */
     
    8181
    8282#if (!defined (RTEMS_USE_BOOTP))
     83        "rtems_host",           /* Host name */
     84        "nodomain.com",         /* Domain name */
     85        "XXX.YYY.ZZZ.1",        /* Gateway */
     86        "XXX.YYY.ZZZ.1",        /* Log host */
     87        {"XXX.YYY.ZZZ.1" },     /* Name server(s) */
     88
     89        /*
     90         *  A real example -- DO NOT USE THIS YOURSELF!!!
     91         */
     92
    8393#if 0
    84         "rgamon",               /* Host name */
    85         "usask.ca",             /* Domain name */
    86         "128.233.14.100",       /* Gateway */
    87         "128.233.14.1",         /* Log host */
    88         {"128.233.14.1" },      /* Name server(s) */
    89 #endif
    9094        "dy4",                  /* Host name */
    91         "oarcorp.com",          /* Domain name */
     95        "NOT_oarcorp.com",      /* Domain name */
    9296        "192.168.1.2",          /* Gateway */
    9397        "192.168.1.2",          /* Log host */
    9498        {"192.168.1.2" },       /* Name server(s) */
     99#endif
    95100#endif /* !RTEMS_USE_BOOTP */
    96101
     
    101106 */
    102107#if (!defined (RTEMS_USE_BOOTP))
    103 #define RTEMS_TFTP_TEST_HOST_NAME "192.168.1.2"
     108#define RTEMS_TFTP_TEST_HOST_NAME "XXX.YYY.ZZZ.XYZ"
    104109#define RTEMS_TFTP_TEST_FILE_NAME "tftptest"
    105110#endif
Note: See TracChangeset for help on using the changeset viewer.