opnsense-ports/net/freevrrpd/pkg-message
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

17 lines
395 B
Text

!! 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"