mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
907f7c9d91
PR: 154177 Submitted by: Sebastien Petit <sebastien.petit@kewego.com> (maintainer) Feature safe: yes
18 lines
395 B
Plaintext
18 lines
395 B
Plaintext
!! WARNING !!
|
|
freevrrpd now use the netgraph layout. netgraph, ng_ether, ng_bridge and ng_eiface are required to run correctly.
|
|
|
|
Unfortunately some netgraph modules doesn't load automatically, you need to load them manually.
|
|
use:
|
|
|
|
kldload ng_eiface
|
|
kldload ng_bridge
|
|
kldload ng_ether
|
|
|
|
OR
|
|
|
|
add these lines to your /boot/loader.conf:
|
|
|
|
ng_ether_load="YES"
|
|
ng_bridge_load="YES"
|
|
ng_eiface_load="YES"
|