CVSROOT: /cvs Module name: src Changes by: k...@cvs.openbsd.org 2025/08/13 10:36:10
Modified files: etc : netstart Log message: Printe IPv6 route commands under -n again Regression fix for r1.225 from 2022: dry-run mode wouldn't show how IPv6 routes are set up since I accidentially skipped the entire ip6routes() call, although the function itself already handles -n aka. PRINT_ONLY. OK deraadt