From: itojun Date: Wed, 8 Nov 2000 07:10:58 +0000 (+0000) Subject: correct router renumber bits to sync with RFC2894 (not used yet) X-Git-Tag: tcpdump-3.5.1~70 X-Git-Url: https://git.tcpdump.org/tcpdump/commitdiff_plain/335771982db3974e0aac09dfb36fa7b391ffa622?ds=inline correct router renumber bits to sync with RFC2894 (not used yet) --- diff --git a/icmp6.h b/icmp6.h index f3f05cf3..87bf7d99 100644 --- a/icmp6.h +++ b/icmp6.h @@ -344,12 +344,11 @@ struct icmp6_router_renum { /* router renumbering header */ u_int16_t rr_maxdelay; u_int32_t rr_reserved; }; -#define ICMP6_RR_FLAGS_SEGNUM 0x80 -#define ICMP6_RR_FLAGS_TEST 0x40 -#define ICMP6_RR_FLAGS_REQRESULT 0x20 -#define ICMP6_RR_FLAGS_FORCEAPPLY 0x10 -#define ICMP6_RR_FLAGS_SPECSITE 0x08 -#define ICMP6_RR_FLAGS_PREVDONE 0x04 +#define ICMP6_RR_FLAGS_TEST 0x80 +#define ICMP6_RR_FLAGS_REQRESULT 0x40 +#define ICMP6_RR_FLAGS_ALLIF 0x20 +#define ICMP6_RR_FLAGS_SPECSITE 0x10 +#define ICMP6_RR_FLAGS_PREVDONE 0x08 #define rr_type rr_hdr.icmp6_type #define rr_code rr_hdr.icmp6_code