Files
ports/sysutils/ngbuddy/files/pkg-message.in
T
Daniel J. Bell fb5ba3cd5d sysutils/ngbuddy: Add new port
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>
2024-06-26 11:35:01 +02:00

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
}
]