summaryrefslogtreecommitdiff
path: root/include/uapi/linux/mroute.h
diff options
context:
space:
mode:
authorPaul Davey <paul.davey@alliedtelesis.co.nz>2020-09-08 01:04:06 +0300
committerDavid S. Miller <davem@davemloft.net>2020-09-10 22:25:51 +0300
commit501cb008906631a019f3ab2104a17ef8b2651ed0 (patch)
tree4dcb07a82321774035961c92f562a565d3715994 /include/uapi/linux/mroute.h
parent4f6a5caf187ff5807cd5b4ea5678982c249bd964 (diff)
downloadlinux-501cb008906631a019f3ab2104a17ef8b2651ed0.tar.xz
ipmr: Add route table ID to netlink cache reports
Insert the multicast route table ID as a Netlink attribute to Netlink cache report notifications. When multiple route tables are in use it is necessary to have a way to determine which route table a given cache report belongs to when receiving the cache report. Signed-off-by: Paul Davey <paul.davey@alliedtelesis.co.nz> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'include/uapi/linux/mroute.h')
-rw-r--r--include/uapi/linux/mroute.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/uapi/linux/mroute.h b/include/uapi/linux/mroute.h
index 11c8c1fc1124..918f1ef32ffe 100644
--- a/include/uapi/linux/mroute.h
+++ b/include/uapi/linux/mroute.h
@@ -169,6 +169,7 @@ enum {
IPMRA_CREPORT_SRC_ADDR,
IPMRA_CREPORT_DST_ADDR,
IPMRA_CREPORT_PKT,
+ IPMRA_CREPORT_TABLE,
__IPMRA_CREPORT_MAX
};
#define IPMRA_CREPORT_MAX (__IPMRA_CREPORT_MAX - 1)