aboutsummaryrefslogtreecommitdiff
path: root/net/freevrrpd/pkg-message
blob: 50806b8148cf99a8aa6c56f80b8ea64809b723a5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
[
{ type: install
  message: <<EOM
!! 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"
EOM
}
]