Much of the core bits are initially ported.

This should be mostly independent of my configs, now.
This commit is contained in:
2026-05-09 03:26:53 -04:00
parent 6b02d9d58e
commit 4d30691ee6
16 changed files with 1278 additions and 2 deletions
+11
View File
@@ -0,0 +1,11 @@
#!/bin/sh
# This emulates a minimal `/etc/rc.conf` that one would create in FreeBSD to
# hand off control to `rc.router`.
rc_router_dir="${RC_ROUTER_HARNESS}/.."
rc_router_conf_dir="${RC_ROUTER_HARNESS}/../test-conf/"
. ${rc_router_dir}/rc.entry
# vim: ft=bash