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)
Tue, Sep 10, 3:44 PM
Unknown Object (File)
Sat, Sep 7, 3:48 PM
Unknown Object (File)
Thu, Sep 5, 2:12 PM
Unknown Object (File)
Wed, Sep 4, 6:43 PM
Unknown Object (File)
Sun, Sep 1, 3:30 AM
Unknown Object (File)
Tue, Aug 27, 12:17 PM
Unknown Object (File)
Tue, Aug 27, 12:17 PM
Unknown Object (File)
Tue, Aug 27, 12:13 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.