]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
bus: Clarify that ALERT_TS_NARROWED is issued for local narrowing as well
authorMartin Willi <martin@strongswan.org>
Fri, 26 Sep 2025 14:47:32 +0000 (16:47 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 2 Oct 2025 08:22:36 +0000 (10:22 +0200)
src/libcharon/bus/bus.h

index d814d09e3490f4cdc9d3a9bbfea71550afe67195..ed3b4ecb01d40eec32b83622d9548af1386a393f 100644 (file)
@@ -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,