mirror of
https://git.freebsd.org/ports.git
synced 2025-06-02 03:16:28 -04:00
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
4 lines
301 B
Text
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.
|