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)
Tue, Dec 17, 2:16 PM
Unknown Object (File)
Nov 26 2024, 8:47 PM
Unknown Object (File)
Nov 26 2024, 8:47 PM
Unknown Object (File)
Nov 26 2024, 8:46 PM
Unknown Object (File)
Nov 26 2024, 8:26 PM
Unknown Object (File)
Nov 21 2024, 3:20 AM
Unknown Object (File)
Nov 18 2024, 4:35 PM
Unknown Object (File)
Nov 12 2024, 1:47 PM
Subscribers

Diff Detail

Repository
rG FreeBSD src repository
Lint
Lint Not Applicable
Unit
Tests Not Applicable

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.