On 21/02/2025 12:51, Bagas Sanjaya wrote: > On Thu, Feb 20, 2025 at 01:34:31PM +0200, Gal Pressman wrote: >> +Specifically, the "Symmetric-XOR" algorithm XORs the input > or transforms? >> as follows:: >> >> # (SRC_IP ^ DST_IP, SRC_IP ^ DST_IP, SRC_PORT ^ DST_PORT, SRC_PORT ^ DST_PORT) >> >> +The "Symmetric-OR-XOR" algorithm transforms the input as follows:: > "..., on the other hand, transforms the input ..." >> + >> + # (SRC_IP | DST_IP, SRC_IP ^ DST_IP, SRC_PORT | DST_PORT, SRC_PORT ^ DST_PORT) >> + > > Thanks. > Ack, thanks.