aboutsummaryrefslogtreecommitdiffstats
path: root/include/uapi/linux
diff options
context:
space:
mode:
Diffstat (limited to 'include/uapi/linux')
-rw-r--r--include/uapi/linux/ipv6_route.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/ipv6_route.h b/include/uapi/linux/ipv6_route.h
index d496c02e14bc..c15d8054905c 100644
--- a/include/uapi/linux/ipv6_route.h
+++ b/include/uapi/linux/ipv6_route.h
@@ -28,7 +28,7 @@
28 28
29#define RTF_ROUTEINFO 0x00800000 /* route information - RA */ 29#define RTF_ROUTEINFO 0x00800000 /* route information - RA */
30 30
31#define RTF_CACHE 0x01000000 /* cache entry */ 31#define RTF_CACHE 0x01000000 /* read-only: can not be set by user */
32#define RTF_FLOW 0x02000000 /* flow significant route */ 32#define RTF_FLOW 0x02000000 /* flow significant route */
33#define RTF_POLICY 0x04000000 /* policy route */ 33#define RTF_POLICY 0x04000000 /* policy route */
34 34