Diff for /embedaddon/mtr/packet/construct_unix.c between versions 1.1.1.2 and 1.1.1.3

version 1.1.1.2, 2021/03/17 00:07:30 version 1.1.1.3, 2023/09/27 11:18:58
Line 591  int construct_ip4_packet( Line 591  int construct_ip4_packet(
     /*      /*
        The routing mark requires CAP_NET_ADMIN, as opposed to the         The routing mark requires CAP_NET_ADMIN, as opposed to the
        CAP_NET_RAW which we are sometimes explicitly given.         CAP_NET_RAW which we are sometimes explicitly given.
       If we don't have CAP_NET_ADMIN, this will fail, so we'll        If we don't have CAP_NET_ADMIN, this will fail, so we'll
        only set the mark if the user has explicitly requested it.         only set the mark if the user has explicitly requested it.
   
        Unfortunately, this means that once the mark is set, it won't         Unfortunately, this means that once the mark is set, it won't

Removed from v.1.1.1.2  
changed lines
  Added in v.1.1.1.3


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>