Port details |
- egress-monitor Set network interface groups based on default routes
- 0.0.5_1 sysutils =2 0.0.5_1Version of this port present on the latest quarterly branch.
- Maintainer: meka@tilda.center
- Port Added: 2022-11-15 18:00:08
- Last Update: 2024-03-21 08:57:58
- Commit Hash: 78d0d94
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: BSD2CLAUSE
- WWW:
- https://github.com/mekanix/egress-monitor
- Description:
- Watching for default routes changes and sets the interface group. When the
default route is added, egress-monitor sets the group of that interface to
appropriate egress. That means for IPv4 and FIB 0 (default one) the group will
be v4fib0egress. In general, the group name is v<4|6>fib<number>egress.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- egress-monitor>0:sysutils/egress-monitor
- To install the port:
- cd /usr/ports/sysutils/egress-monitor/ && make install clean
- To add the package, run one of these commands:
- pkg install sysutils/egress-monitor
- pkg install egress-monitor
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: egress-monitor
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1670930769
SHA256 (mekanix-egress-monitor-0.0.5_GH0.tar.gz) = c1d2c7019985712546f7dba71b368d8358990b0536940bc05dac6e0e76509481
SIZE (mekanix-egress-monitor-0.0.5_GH0.tar.gz) = 5360
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:
- sysutils_egress-monitor
- USES:
- uidfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
0.0.5_1 21 Mar 2024 08:57:58 |
Christian Weisgerber (naddy) |
sysutils/*: Move man pages to share/man
Approved by: portmgr (blanket) |
0.0.5 31 Dec 2023 00:37:05 |
Muhammad Moinur Rahman (bofh) |
*/*: Sunset 12.4-RELEASE/12-STABLE from ports tree
- Remove all references to defunct ARCH arm
- Remove all references to defunct ARCH sparc64
- Remove x11-drivers/xf86-video-sunffb which requires defunct sparc64
ARCH
- Remove sysutils/afbinit requires defunct sparc64 ARCH
- Remove all references to bktr driver
- Remove all references to defunct FreeBSD_12
- Remove all references to OSVERSION/OSREL corresponding to 12
- Remove conditionals in Mk/Uses/cabal.mk
- Remove sparc reference from Mk/Uses/qt-dist.mk
- Remove BROKEN_sparc64/NOT_FOR_ARCH=sparc64
- Remove BROKEN_FreeBSD_12* from:
- Remove OpenSSL patches from:
- Remove conditional flags for OSVERSION >= 1300000 to fixed flags.
Also move conditional flags for non sparc64/arm ARCH to fixed flags.
Reviewed by: brooks, jbeich, rene, salvadore
Differential Revision: https://reviews.freebsd.org/D42068 |
0.0.5 31 Dec 2022 00:38:41 |
Nuno Teixeira (eduardo) Author: Goran Mekić |
sysutils/egress-monitor: Update to 0.0.5
ChangeLog: https://github.com/mekanix/egress-monitor/releases/tag/0.0.5
PR: 268117 |
0.0.3_1 22 Nov 2022 06:35:48 |
Fernando Apesteguía (fernape) Author: Goran Mekić |
sysutils/egress-monitor: Mark BROKEN on FreeBSD 12
PR: 267874
Reported by: meka@tilda.center (maintainer) |
0.0.3 15 Nov 2022 17:57:08 |
Juraj Lutter (otis) Author: Goran Mekić |
sysutils/egress-monitor: Add new port
Add sysutils/egress-monitor, a tool that is watching for default routes
changes and sets the interface group. When the default route is added,
egress-monitor sets the group of that interface to appropriate egress.
WWW: https://github.com/mekanix/egress-monitor
PR: 267731
Tested by: dfr |