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)
Fri, May 8, 5:21 PM
Unknown Object (File)
Wed, May 6, 6:51 PM
Unknown Object (File)
Wed, May 6, 2:25 AM
Unknown Object (File)
Tue, May 5, 8:37 PM
Unknown Object (File)
Wed, Apr 29, 2:04 PM
Unknown Object (File)
Wed, Apr 29, 2:02 PM
Unknown Object (File)
Tue, Apr 28, 5:12 PM
Unknown Object (File)
Tue, Apr 28, 5:05 PM

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.