From df6d765c3aa13d7f83b602127cb9aa97c592c7cf Mon Sep 17 00:00:00 2001 From: Vijay Kumar Banerjee Date: Fri, 26 Feb 2021 16:19:20 -0700 Subject: testsuites: Remove all legacy networking tests Update #3850 --- testsuites/samples/pppd/netconfig.h | 33 --------------------------------- 1 file changed, 33 deletions(-) delete mode 100644 testsuites/samples/pppd/netconfig.h (limited to 'testsuites/samples/pppd/netconfig.h') diff --git a/testsuites/samples/pppd/netconfig.h b/testsuites/samples/pppd/netconfig.h deleted file mode 100644 index f1d6494864..0000000000 --- a/testsuites/samples/pppd/netconfig.h +++ /dev/null @@ -1,33 +0,0 @@ -#ifndef NETCONFIG_H_ -#define NETCONFIG_H_ - -#include -#include - -/* Default network interface */ -static struct rtems_bsdnet_ifconfig netdriver_config = { - "ppp0", /* name */ - rtems_ppp_driver_attach, /* attach function */ - NULL, /* No more interfaces */ - NULL, /* IP address */ - NULL, /* IP net mask */ - NULL, /* Driver supplies hardware address */ - 0 /* Use default driver parameters */ -}; - -/* Network configuration */ -struct rtems_bsdnet_config rtems_bsdnet_config = { - &netdriver_config, - NULL, - 30, /* Default network task priority */ - (256UL *1024UL), /* Default mbuf capacity */ - (512UL *1024UL), /* Default mbuf cluster capacity */ - 0, /* Host name */ - 0, /* Domain name */ - 0, /* Gateway */ - 0, /* Log host */ - { 0 }, /* Name server(s) */ - { 0 }, /* NTP server(s) */ -}; - -#endif -- cgit v1.2.3