summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChris Johns <chrisj@rtems.org>2016-05-18 19:03:39 +1000
committerChris Johns <chrisj@rtems.org>2016-05-18 19:03:39 +1000
commitd8e6b4c1705b6d04b53e3ace7fb8bfa43870ff43 (patch)
tree8cbba6c582b298afdb7e1fb9710a4e08a72a3e73
parentrc.conf: Fix the wild card regex for ifconfig_ (diff)
downloadrtems-libbsd-d8e6b4c1705b6d04b53e3ace7fb8bfa43870ff43.tar.bz2
rc.conf: Add the net directives by default.
-rw-r--r--rtemsbsd/rtems/rtems-bsd-rc-conf.c6
1 files changed, 6 insertions, 0 deletions
diff --git a/rtemsbsd/rtems/rtems-bsd-rc-conf.c b/rtemsbsd/rtems/rtems-bsd-rc-conf.c
index 92238b6b..de243111 100644
--- a/rtemsbsd/rtems/rtems-bsd-rc-conf.c
+++ b/rtemsbsd/rtems/rtems-bsd-rc-conf.c
@@ -41,6 +41,12 @@
#include <rtems/chain.h>
#include <machine/rtems-bsd-rc-conf.h>
+#include <machine/rtems-bsd-rc-conf-directives.h>
+
+/*
+ * By default the networking directives are available.
+ */
+RTEMS_BSD_RC_CONF_SYSINT(rc_conf_net);
/*
* Max line length.