naccyde / rpms / iproute

Forked from rpms/iproute 7 months ago
Clone

Blame SOURCES/0004-update-inet_diag.h-header.patch

4aca6e
From 219f04e854453e7386ba6e3fb81b3c40a6591c1c Mon Sep 17 00:00:00 2001
4aca6e
From: Phil Sutter <psutter@redhat.com>
4aca6e
Date: Wed, 1 Feb 2017 12:09:36 +0100
4aca6e
Subject: [PATCH] update inet_diag.h header
4aca6e
4aca6e
Bugzilla: https://bugzilla.redhat.com/show_bug.cgi?id=1063934
4aca6e
Upstream Status: iproute2.git commit 8b5be9ecfff49
4aca6e
4aca6e
commit 8b5be9ecfff493d06189234405be210404dc38bb
4aca6e
Author: Stephen Hemminger <stephen@networkplumber.org>
4aca6e
Date:   Tue Apr 19 08:06:11 2016 -0700
4aca6e
4aca6e
    update inet_diag.h header
4aca6e
---
4aca6e
 include/linux/inet_diag.h | 2 ++
4aca6e
 1 file changed, 2 insertions(+)
4aca6e
4aca6e
diff --git a/include/linux/inet_diag.h b/include/linux/inet_diag.h
4aca6e
index 1db4116..b806fcf 100644
4aca6e
--- a/include/linux/inet_diag.h
4aca6e
+++ b/include/linux/inet_diag.h
4aca6e
@@ -113,6 +113,8 @@ enum {
4aca6e
 	INET_DIAG_DCTCPINFO,
4aca6e
 	INET_DIAG_PROTOCOL,  /* response attribute only */
4aca6e
 	INET_DIAG_SKV6ONLY,
4aca6e
+	INET_DIAG_LOCALS,
4aca6e
+	INET_DIAG_PEERS,
4aca6e
 };
4aca6e
 
4aca6e
 #define INET_DIAG_MAX INET_DIAG_SKV6ONLY
4aca6e
-- 
4aca6e
1.8.3.1
4aca6e