The branch main has been updated by kfv: URL: https://cgit.FreeBSD.org/src/commit/?id=7271ee7b4ba7e48324925a47759df85f74ba7a67
commit 7271ee7b4ba7e48324925a47759df85f74ba7a67 Author: Faraz Vahedi <[email protected]> AuthorDate: 2026-04-07 19:53:34 +0000 Commit: Faraz Vahedi <[email protected]> CommitDate: 2026-08-13 17:43:43 +0000 jng: Fix mislabeled stats output Reviewed by: dteske, pouria Approved by: dteske (mentor), pouria MFC after: 1 week Pull Request: https://github.com/freebsd/freebsd-src/pull/2129 --- share/examples/jails/jng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/share/examples/jails/jng b/share/examples/jails/jng index 7013bd350bc0..03f5c318199c 100755 --- a/share/examples/jails/jng +++ b/share/examples/jails/jng @@ -593,7 +593,7 @@ jng_stats() fmt_stats -n "${name}.lower" -t "$now" [ "$STATS_FMT" != "text" ] || - echo "${name}bridge:link0 [lower]" + echo "${name}bridge:link1 [upper]" ngctl msg ${name}bridge: getstats 1 | fmt_stats -n "${name}.upper" -t "$now" fi
