Changeset 503ce85 in mainline for uspace/srv/net/inetsrv/inetsrv.c


Ignore:
Timestamp:
2025-08-03T09:03:10Z (10 months ago)
Author:
Nataliia Korop <n.corop08@…>
Children:
adbd7e1
Parents:
5caad1d (diff), 46e2152 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'packet-capture-pull-req' into local_master

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/net/inetsrv/inetsrv.c

    r5caad1d r503ce85  
    212212
    213213        /* Route packet using source/destination addresses */
    214 
    215214        rc = inet_find_dir(&dgram->src, &dgram->dest, dgram->tos, &dir);
    216215        if (rc != EOK)
     
    547546                        dgram.data = packet->data;
    548547                        dgram.size = packet->size;
    549 
    550548                        return inet_recv_dgram_local(&dgram, packet->proto);
    551549                } else {
Note: See TracChangeset for help on using the changeset viewer.