| Port details |
- bone-utils Collection of netgraph utilities for bone-kmods
- 2026.05.16 net
=0 Package not present on quarterly.This port was created during this quarter. It will be in the next quarterly branch but not the current one. - Maintainer: dave@freedave.net
 - Port Added: 2026-06-13 05:21:09
- Last Update: 2026-06-13 05:20:16
- Commit Hash: 943bddf
- Also Listed In: sysutils
- License: BSD2CLAUSE
- WWW:
- https://github.com/dmarker/bone
- Description:
- This is the [B]ag [O]f [N]etgraph [E]xtensions utilities package is an evolving
set of extra netgraph(4) utilities to simplify using the kernel modules in
net/bone-kmods. Additionally it provides a very simple rc(8) script which
re-names interfaces to match whatever you named them in your ngctl.conf.
At present this module provides the following:
* netgraph rc(8) script that keeps ifconfig(8)/ngctl(8) in agreement on nodes
that present a network interface (ng_eiface(4), ng_ether(4), ng_iface(4)).
* jeiface script to create an ng_eiface(4) in a jail giving it the name and
optional MAC you request.
* ncpcap(8) connectes to nodes to capture traffic. It is meant to have its
output piped to tcpdump(1)
* ngportal(8) is the fast and simple way to connect to vnets using netgraph.
See manpages for more details and example usage. This package needs the correct
version of net/bone-kmods for your system. Most users want the default flavor:
pkg install bone-kmods
If you built your kernel with INVARIANTS (the default in CURRENT), use the
@invariants flavor:
pkg install bone-kmods-invariants
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - USE_RC_SUBR (Service Scripts)
- no SUBR information found for this port
- Dependency lines:
-
- bone-utils>0:net/bone-utils
- To install the port:
- cd /usr/ports/net/bone-utils/ && make install clean
- To add the package, run one of these commands:
- pkg install net/bone-utils
- pkg install bone-utils
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: bone-utils
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1781022175
SHA256 (dmarker-bone-2026.05.16-50c5a95_GH0.tar.gz) = 541a95261fa5c5249881271141a8341a5e62d0aca9c9474162592ccafe9f3e7c
SIZE (dmarker-bone-2026.05.16-50c5a95_GH0.tar.gz) = 47768
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- net_bone-utils
- USES:
- uidfix
- pkg-message:
- For install:
- If you choose to enable netgraph in your rc.conf, don't forget
to add the following to your loader.conf:
netgraph_load="YES"
ng_ether_load="YES"
If those are not loaded before any physical network interface
drivers, they will not be available for ngctl(8) to configure.
This package needs the correct version of net/bone-kmods for your system. Most
users want the default flavor:
pkg install bone-kmods
If you built your kernel with INVARIANTS (the default in CURRENT), use the
@invariants flavor:
pkg install bone-kmods-invariants
- Master Sites:
|
Number of commits found: 1
| Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
| Commit | Credits | Log message |
2026.05.16 13 Jun 2026 05:20:16
    |
Adam Weinberger (adamw)  Author: Dave Marker |
net/bone-utils: Add port
This is the [B]ag [O]f [N]etgraph [E]xtensions utilities package is an evolving
set of extra netgraph(4) utilities to simplify using the kernel modules in
net/bone-kmods. Additionally it provides a very simple rc(8) script which
re-names interfaces to match whatever you named them in your ngctl.conf.
At present this module provides the following:
* netgraph rc(8) script that keeps ifconfig(8)/ngctl(8) in agreement on nodes
that present a network interface (ng_eiface(4), ng_ether(4), ng_iface(4)).
* jeiface script to create an ng_eiface(4) in a jail giving it the name and
optional MAC you request.
* ncpcap(8) connectes to nodes to capture traffic. It is meant to have its
output piped to tcpdump(1)
* ngportal(8) is the fast and simple way to connect to vnets using netgraph.
Differential Revision: https://reviews.freebsd.org/D56744 |
Number of commits found: 1
|