Page MenuHomeFreeBSD

Mechanically convert wg(4) to IfAPI
ClosedPublic

Authored by jhibbits on Feb 1 2023, 2:19 AM.
Tags
None
Referenced Files
F152767111: D38307.diff
Thu, Apr 16, 11:56 PM
Unknown Object (File)
Wed, Apr 8, 8:31 AM
Unknown Object (File)
Feb 8 2026, 2:05 PM
Unknown Object (File)
Feb 8 2026, 1:24 AM
Unknown Object (File)
Feb 7 2026, 4:42 PM
Unknown Object (File)
Jan 31 2026, 8:10 AM
Unknown Object (File)
Jan 11 2026, 1:04 AM
Unknown Object (File)
Dec 12 2025, 4:34 AM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Skipped
Unit
Tests Skipped
Build Status
Buildable 49377
Build 46267: arc lint + arc unit

Event Timeline

Just one minor nit that would be nice to fix during commit.

sys/dev/wg/if_wg.c
1680

Would be nice to preserve existing indentation here.

This revision is now accepted and ready to land.Feb 1 2023, 10:01 PM
sys/dev/wg/if_wg.c
1680

Ack, will do. The script unfortunately doesn't preserve whitespace. I thought I fixed all instances of it, but missed this one.

This revision was automatically updated to reflect the committed changes.