ShutCompWithPeerTag1.seq - SHUTDOWN-COMPLETE chunk is received with the peer's Tag and T bit is set
To check that receiving SHUTDOWN-COMPLETE message with the peer's Verification Tag and T bit is set can terminate an association.
./ShutCompWithPeerTag1.seq [-tooloption ...] -pkt ./ShutCompWithPeerTag1.def -tooloption : v6eval tool option See Also: ../common/STD_PKT_COMMON.def ../common/SCTP_COMMON.def
Association is established between endpoint A and B. Arrange the data in endpoint A such that an SHUTDOWN-COMPLETE message is sent to endpoint B containing the peer's Verification Tag and T bit is set.
Endpoint A Endpoint B ULP (ESTABLISHED) (ESTABLISHED)
SHUTDOWN -------------->
<-------------- SHUTDOWN-ACK
SHUTDOWN-COMPLETE --------------> Association is removed (with peer's Verification Tag and T bit is set) Communication Lost --------->
TEST DESCRIPTION:
1. Attempt to terminate an association between endpoint A and endpoint B by sending SHUTDOWN-COMPLETE message. 2. SHUTDOWN-COMPLETE message is sent with peer's Verification Tag and T-bit set to 1. 3. Check A: No SHUTDOWN-ACK message is sent again and association is removed. 4. Check B: ULP are reported of the association closure.
None
RFC 4960
8.5.1. Exceptions in Verification Tag Rules
C) Rules for packet carrying SHUTDOWN COMPLETE:
- When sending a SHUTDOWN COMPLETE, if the receiver of the SHUTDOWN ACK has a TCB, then the destination endpoint's tag MUST be used, and the T bit MUST NOT be set. Only where no TCB exists should the sender use the Verification Tag from the SHUTDOWN ACK, and MUST set the T bit.
- The receiver of a SHUTDOWN COMPLETE shall accept the packet if the Verification Tag field of the packet matches its own tag and the T bit is not set OR if it is set to its peer's tag and the T bit is set in the Chunk Flags. Otherwise, the receiver MUST silently discard the packet and take no further action. An endpoint MUST ignore the SHUTDOWN COMPLETE if it is not in the SHUTDOWN-ACK-SENT state.