Quote from: muchacha_grande on August 10, 2026, 05:58:51 PMWe all know how much time it takes for a project like this to get mature... if it started recently and suddenly it has all the features, I would say that it is likely completely AI coded.
Quote from: Greg_E on August 24, 2026, 05:38:00 PMI'm using LocalAI in Vulkan mode which seems to be the highest performance I can get out of the little machine I'm using.
Quote from: franco on Today at 03:38:17 PMDid you tamper with your local /usr/tools repository? It's probably stuck on another branch or self-committed change.
root@opnsense:/usr/tools # git status
On branch master
Your branch is behind 'origin/master' by 100 commits, and can be fast-forwarded.
(use "git pull" to update your local branch)
nothing to commit, working tree clean
root@opnsense:/usr/tools #
68d6dbe Franco Fichtner Fri Dec 19 13:41:39 2025 +0100 build/download: deal with kernel vs. kernel-dbg ambiguity
6890a15 Franco Fichtner Wed Dec 17 14:12:34 2025 +0100 build: stray newline
081ba4c Franco Fichtner Fri Dec 12 09:11:38 2025 +0100 README: remove a lie
f825159 Franco Fichtner Fri Dec 12 09:05:29 2025 +0100 build: add REMOTEDIR Makefile support again, fix nightly side effect
bab138a Franco Fichtner Wed Dec 10 09:38:37 2025 +0100 build/download: missed aux set
c83a3f9 Franco Fichtner Wed Dec 10 08:35:58 2025 +0100 build/download: allow REMOTEDIR change and consolidate away from UPLOADDIR
993bad6 Franco Fichtner Thu Dec 4 11:28:20 2025 +0100 build: change wording and use normal pkgname-pkgversion print
92f00c7 Self-Hosting-Group Thu Nov 6 00:00:00 2025 +0000 config: add net/miniupnpd build options LEASEFILE UPNP_NOPPP
07f9ff3 Franco Fichtner Tue Dec 2 14:35:09 2025 +0100 config: add this security feature, makes no sense to use RACK without it
6dda03c Franco Fichtner Sat Nov 22 14:46:19 2025 +0100 config: add flexcolor theme
3bb730c Franco Fichtner Thu Nov 20 13:46:44 2025 -0500 config: this isn't ready for AC2 support
24ac68d Ad Schellevis Wed Nov 19 22:22:16 2025 +0100 Revert "add textproc/pecl-yaml to the list"
9099a14 Franco Fichtner Wed Nov 19 12:04:34 2025 -0500 config: add net/aquantia-atlantic-kmod
687b315 Ad Schellevis Wed Nov 19 16:51:57 2025 +0100 add textproc/pecl-yaml to the list
8722e90 Franco Fichtner Wed Nov 12 08:59:54 2025 +0100 config: not ready yet
02f9c13 Franco Fichtner Wed Nov 12 08:28:57 2025 +0100 config: introduce an override for CERTCTL_CMD
c2874b2 Franco Fichtner Tue Nov 11 17:13:37 2025 +0100 config: migrate to newer VBox version
01e1345 Franco Fichtner Mon Nov 10 15:25:52 2025 +0100 config: test drive Python 3.13 build in 25.7
219ce1c Franco Fichtner Mon Nov 10 08:16:20 2025 +0100 config: this appears to be needed
589b202 Franco Fichtner Fri Nov 7 09:32:38 2025 +0100 config: remove unused and workarounds from 25.7 ports
000a44d Franco Fichtner Mon Nov 3 14:04:19 2025 +0100 config: add ndp-proxy-go plugin
72b88f9 Franco Fichtner Thu Oct 30 07:59:26 2025 +0100 config: add ndp-proxy-go port
3b17ebf Self-Hosting-Group Wed Oct 29 00:00:00 2025 +0000 config: add net/miniupnpd build option UPNP_IGDV2
91cace4 Franco Fichtner Wed Oct 29 11:19:55 2025 +0100 build/print: simplify if we don't use the result
4030bd6 Franco Fichtner Wed Oct 29 08:38:07 2025 +0100 build/print: env does not quote which PRODUCT_CORES does not like
d17c5c1 Franco Fichtner Wed Oct 29 08:09:15 2025 +0100 build/test: requires PHP directories
673e0a6 Franco Fichtner Tue Oct 28 14:55:16 2025 +0100 composite/factory: same same, not different
7efc9bc Franco Fichtner Tue Oct 28 14:48:06 2025 +0100 composite: add and use load_core_version
5f14858 Franco Fichtner Tue Oct 28 14:33:14 2025 +0100 composite: replace last raw "make print" uses
e2dfc43 Franco Fichtner Tue Oct 28 14:19:02 2025 +0100 composite/watch: either 2023 or 2025 but not 2024
32a0cd2 Franco Fichtner Tue Oct 28 14:15:14 2025 +0100 composite/nightly: use load_make_vars
f5e5566 Franco Fichtner Tue Oct 28 14:12:12 2025 +0100 composite/watch: use load_make_vars
43a519b Franco Fichtner Tue Oct 28 10:55:48 2025 +0100 composite: a little less of guessing
10d06be Franco Fichtner Tue Oct 28 10:34:34 2025 +0100 composite: utils bandaid for now
c37eb03 Franco Fichtner Tue Oct 28 10:32:42 2025 +0100 composite/distribution: shortest match instea
Quote from: meyergru on Today at 05:56:43 PMYou are assuming that "hardware" must be faster than "software". That is not generally true.You are correct. If traffic is within server, virtual switch would be faster vs any hardware based approach for VM to VM traffic.
If OPNsense itself runs as a VM on that host, the traffic has to pass through a VM anyway, so adding physical NICs and an external switch only adds another network path.
Quote from: meyergru on Today at 05:56:43 PMIn either case, I would start with virtio + a Linux bridge and only change that if measurements show an actual problem.I'll definitely try this, right now I am gathering information and exploring my options so that I can compare what works best.