fb5ba3cd5d
Netgraph Buddy is an rc.d script for simplified management of netgraph networks in mixed VM and jail environments. PR: 279999 Sponsored by: Bell Tower Integration Sponsored by: Klara, Inc. Co-authored-by: Xavier Beaudouin <kiwi@oav.net>
21 lines
402 B
Plaintext
21 lines
402 B
Plaintext
[
|
|
{ type: install
|
|
message: <<EOM
|
|
To configure Netgraph Buddy with a "private" and "public" netgraph bridge, run:
|
|
|
|
service ngbuddy enable
|
|
|
|
If you're using vm-bhyve, you can add your bridges with:
|
|
|
|
service ngbuddy vmconf
|
|
|
|
For more information, see ngbuddy(8) and the example jail configuration in:
|
|
|
|
%%DATADIR%%/examples/
|
|
|
|
Please submit bugs to: https://github.com/bellhyve/ngbuddy
|
|
|
|
EOM
|
|
}
|
|
]
|