Page MenuHomeFreeBSD

if_ovpn: include peer counters in a OVPN_NOTIF_DEL_PEER message
ClosedPublic

Authored by kp on Dec 5 2022, 4:31 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Aug 3, 9:28 PM
Unknown Object (File)
Sun, Jul 28, 8:08 PM
Unknown Object (File)
Mon, Jul 22, 1:22 PM
Unknown Object (File)
May 7 2024, 6:47 AM
Unknown Object (File)
Dec 21 2023, 7:49 PM
Unknown Object (File)
Dec 20 2023, 5:28 AM
Unknown Object (File)
Nov 28 2023, 10:09 AM
Unknown Object (File)
Nov 28 2023, 10:09 AM

Details

Summary

When we remove a peer userspace can no longer retrieve its counters. To
ensure that userspace can get a full count of the entire session we now
include the counters in the deletion message.

Sponsored by: Rubicon Communications, LLC ("Netgate")

Diff Detail

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

Event Timeline

zlei added inline comments.
sys/net/if_ovpn.c
445

Maybe integrate D37607 firstly ?

sys/net/if_ovpn.c
445

I did consider that, but it means introducing the OVPN_COUNTER and OVPN_PEER_COUNTER macros separately.
Also rewriting history significantly, because I did the cleanup work last.

There's good arguments for either order, I think, but I don't think it's very important either way.

This revision was not accepted when it landed; it landed in state Needs Review.Dec 14 2022, 5:51 AM
This revision was automatically updated to reflect the committed changes.