Mate problem in creating Gop with duplicated AVPs

asked 2024-01-25 09:40:59 +0000

albertored gravatar image

updated 2024-01-25 10:54:11 +0000

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

edit retag flag offensive 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 gravatar imagealbertored ( 2024-01-25 13:11:49 +0000 )edit