mirror of
https://git.rtems.org/rtems-libbsd/
synced 2025-10-16 01:02:07 +08:00
net-setup: Add routing and old stack's configuration
This allows the old stack's configuration structures to be used unchanged even though this code currently does not support all of the options. It likely will never support all of the options as some should eventually come through configuration files as they would in a real FreeBSD system. Other configuration parameters are likely configurable via "hints".
This commit is contained in:
@@ -88,7 +88,7 @@
|
||||
/* Networking */
|
||||
#define IPSEC 1
|
||||
#define INET 1
|
||||
#define INET6 1
|
||||
// #define INET6 1
|
||||
#define TCP_SIGNATURE 1
|
||||
|
||||
/* Integer type definitions */
|
||||
|
Reference in New Issue
Block a user