Skip to content
  • Florian Westphal's avatar
    cc5453a5
    netfilter: conntrack: allow sctp hearbeat after connection re-use · cc5453a5
    Florian Westphal authored
    
    
    If an sctp connection gets re-used, heartbeats are flagged as invalid
    because their vtag doesn't match.
    
    Handle this in a similar way as TCP conntrack when it suspects that the
    endpoints and conntrack are out-of-sync.
    
    When a HEARTBEAT request fails its vtag validation, flag this in the
    conntrack state and accept the packet.
    
    When a HEARTBEAT_ACK is received with an invalid vtag in the reverse
    direction after we allowed such a HEARTBEAT through, assume we are
    out-of-sync and re-set the vtag info.
    
    v2: remove left-over snippet from an older incarnation that moved
        new_state/old_state assignments, thats not needed so keep that
        as-is.
    
    Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
    Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
    cc5453a5
    netfilter: conntrack: allow sctp hearbeat after connection re-use
    Florian Westphal authored
    
    
    If an sctp connection gets re-used, heartbeats are flagged as invalid
    because their vtag doesn't match.
    
    Handle this in a similar way as TCP conntrack when it suspects that the
    endpoints and conntrack are out-of-sync.
    
    When a HEARTBEAT request fails its vtag validation, flag this in the
    conntrack state and accept the packet.
    
    When a HEARTBEAT_ACK is received with an invalid vtag in the reverse
    direction after we allowed such a HEARTBEAT through, assume we are
    out-of-sync and re-set the vtag info.
    
    v2: remove left-over snippet from an older incarnation that moved
        new_state/old_state assignments, thats not needed so keep that
        as-is.
    
    Signed-off-by: default avatarFlorian Westphal <fw@strlen.de>
    Signed-off-by: default avatarPablo Neira Ayuso <pablo@netfilter.org>
Loading