From c73fb6607025b7806c636fd52c6b2954388beb41 Mon Sep 17 00:00:00 2001 From: Stephen Hemminger Date: Mon, 28 Jun 2021 10:19:08 -0700 Subject: [PATCH] uapi: update headers to 5.13 Final 5.13 header update Signed-off-by: Stephen Hemminger --- include/uapi/linux/in.h | 3 +++ 1 file changed, 3 insertions(+) diff --git a/include/uapi/linux/in.h b/include/uapi/linux/in.h index 32cf55c8..5b15419d 100644 --- a/include/uapi/linux/in.h +++ b/include/uapi/linux/in.h @@ -289,6 +289,9 @@ struct sockaddr_in { /* Address indicating an error return. */ #define INADDR_NONE ((unsigned long int) 0xffffffff) +/* Dummy address for src of ICMP replies if no real address is set (RFC7600). */ +#define INADDR_DUMMY ((unsigned long int) 0xc0000008) + /* Network number for local host loopback. */ #define IN_LOOPBACKNET 127