[rtems-libbsd commit] rc.conf: Add the net directives by default.

Chris Johns chrisj at rtems.org
Wed May 18 09:03:48 UTC 2016


Module:    rtems-libbsd
Branch:    master
Commit:    d8e6b4c1705b6d04b53e3ace7fb8bfa43870ff43
Changeset: http://git.rtems.org/rtems-libbsd/commit/?id=d8e6b4c1705b6d04b53e3ace7fb8bfa43870ff43

Author:    Chris Johns <chrisj at rtems.org>
Date:      Wed May 18 19:03:39 2016 +1000

rc.conf: Add the net directives by default.

---

 rtemsbsd/rtems/rtems-bsd-rc-conf.c | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/rtemsbsd/rtems/rtems-bsd-rc-conf.c b/rtemsbsd/rtems/rtems-bsd-rc-conf.c
index 92238b6..de24311 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.



More information about the vc mailing list