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:
Joel Sherrill
2012-07-27 07:45:06 -05:00
parent 4a3e48913b
commit bd6dd6e233
3 changed files with 95 additions and 42 deletions

View File

@@ -88,7 +88,7 @@
/* Networking */
#define IPSEC 1
#define INET 1
#define INET6 1
// #define INET6 1
#define TCP_SIGNATURE 1
/* Integer type definitions */