Page MenuHomeFreeBSD

Mechanically convert wg(4) to IfAPI
ClosedPublic

Authored by jhibbits on Feb 1 2023, 2:19 AM.
Tags
None
Referenced Files
F102455583: D38307.diff
Tue, Nov 12, 12:58 PM
Unknown Object (File)
Tue, Nov 5, 8:39 PM
Unknown Object (File)
Wed, Oct 16, 5:25 AM
Unknown Object (File)
Oct 11 2024, 3:10 AM
Unknown Object (File)
Oct 5 2024, 7:02 PM
Unknown Object (File)
Sep 27 2024, 4:22 AM
Unknown Object (File)
Sep 17 2024, 2:10 PM
Unknown Object (File)
Sep 8 2024, 1:12 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.