From: Alan T. DeKok Date: Tue, 19 May 2020 12:24:38 +0000 (-0400) Subject: use correct values for request / reply X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=709b01b097c19a69d89aa2b0f634137e6bec829e;p=thirdparty%2Ffreeradius-server.git use correct values for request / reply --- diff --git a/src/modules/rlm_icmp/rlm_icmp.c b/src/modules/rlm_icmp/rlm_icmp.c index 680d3585b3b..773e20e8912 100644 --- a/src/modules/rlm_icmp/rlm_icmp.c +++ b/src/modules/rlm_icmp/rlm_icmp.c @@ -85,8 +85,8 @@ typedef struct CC_HINT(__packed__) { #define ICMP_ECHOREPLY (0) #define ICMP_ECHOREQUEST (8) -#define ICMPV6_ECHOREPLY (128) -#define ICMPV6_ECHOREQUEST (129) +#define ICMPV6_ECHOREQUEST (128) +#define ICMPV6_ECHOREPLY (129) /* * ICMP checksum is just over the ICMP packet.