From: Martin Willi Date: Fri, 26 Sep 2025 14:47:32 +0000 (+0200) Subject: bus: Clarify that ALERT_TS_NARROWED is issued for local narrowing as well X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f5f04b7d2070287becf29ef93e2a9532b5dd300c;p=thirdparty%2Fstrongswan.git bus: Clarify that ALERT_TS_NARROWED is issued for local narrowing as well --- diff --git a/src/libcharon/bus/bus.h b/src/libcharon/bus/bus.h index d814d09e34..ed3b4ecb01 100644 --- a/src/libcharon/bus/bus.h +++ b/src/libcharon/bus/bus.h @@ -124,7 +124,7 @@ enum alert_t { /** traffic selectors do not match, arguments are two linked_list_t * containing traffic_selector_t for initiator and for responder */ ALERT_TS_MISMATCH, - /** traffic selectors have been narrowed by the peer, arguments are + /** traffic selectors have been narrowed by us or the peer, arguments are * an int (TRUE for local TS), a linked_list_t* (final TS list), and the * child_cfg_t*. */ ALERT_TS_NARROWED,