Mate problem in creating Gop with duplicated AVPs

  • retag add tags

I'm playing with MATE and as a start point I'm implementing the HTTP grouping as per tutorial. With the code form the example no Gop is created (only Pdu) but if instead I match on a single addr port it works

Gop http_req On http_pdu Match (addr, port) {
    Start (http_rq);
    Stop (http_rs);
};

I think the example is correct but I don't understand why it does not work.

EDIT: this happens when src and dst IP are the same

albertored's avatar
1
albertored
asked 2024-01-25 09:40:59 +0000, updated 2024-01-25 10:54:11 +0000
edit flag offensive 0 remove flag close merge delete

Comments

Yes, my problem is exactly the 16963, I will add a comment there since I may have found a workaround

albertored's avatar albertored (2024-01-25 13:11:49 +0000) edit
add a comment see more comments