Page MenuHomeFreeBSD

Mechanically convert wg(4) to IfAPI
ClosedPublic

Authored by jhibbits on Feb 1 2023, 2:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Jun 21, 5:51 AM
Unknown Object (File)
Fri, Jun 20, 4:02 AM
Unknown Object (File)
Wed, Jun 18, 10:04 PM
Unknown Object (File)
Sun, Jun 15, 2:48 PM
Unknown Object (File)
Sat, Jun 14, 7:33 AM
Unknown Object (File)
May 11 2025, 7:10 PM
Unknown Object (File)
May 10 2025, 7:12 PM
Unknown Object (File)
Apr 12 2025, 1:01 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.