summaryrefslogtreecommitdiffstats
path: root/sys/netinet6/icmp6.h
diff options
context:
space:
mode:
Diffstat (limited to 'sys/netinet6/icmp6.h')
-rw-r--r--sys/netinet6/icmp6.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/netinet6/icmp6.h b/sys/netinet6/icmp6.h
index 2fdb28b..c67e961 100644
--- a/sys/netinet6/icmp6.h
+++ b/sys/netinet6/icmp6.h
@@ -386,8 +386,8 @@ struct rr_pco_use { /* use prefix part */
u_int32_t rpu_flags;
struct in6_addr rpu_prefix;
};
-#define ICMP6_RR_PCOUSE_RAFLAGS_ONLINK 0x20
-#define ICMP6_RR_PCOUSE_RAFLAGS_AUTO 0x10
+#define ICMP6_RR_PCOUSE_RAFLAGS_ONLINK 0x80
+#define ICMP6_RR_PCOUSE_RAFLAGS_AUTO 0x40
#if BYTE_ORDER == BIG_ENDIAN
#define ICMP6_RR_PCOUSE_FLAGS_DECRVLTIME 0x80000000
OpenPOWER on IntegriCloud