ports/sysutils/egress-monitor/pkg-descr
Goran Mekić 33e91dbbe1 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
2022-11-15 18:57:08 +01:00

4 lines
301 B
Text

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.